#388bda

Color #388BDA Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #388BDA

Tints of Curious Blue #388BDA

Color information

#388BDA (or 0x388BDA) is unknown color: approx Curious Blue. HEX triplet: 38, 8B and DA. RGB value is (56,139,218). Sum of RGB (Red+Green+Blue) = 56+139+218=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #388BDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BDA is #C77425. Grayscale: #7A7A7A. Windows color (decimal): -13071398 or 14322488. OLE color: 14322488.

HSL color Cylindrical-coordinate representation of color #388BDA: hue angle of 209.26º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #388BDA is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB56139218-
CMYK0.740.3600.15
HSL209.26º68.64%53.73%-
HSV(B)209.26º74.31%85.49%-
XYZ23.5224.3769.79-
YUV123.19181.580.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 13.56%
GREEN value IS 139 (54.69% from 255) = 33.66%
BLUE value IS 218 (85.55% from 255) = 52.78%
R=13.56%
G=33.66%
B=52.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal561392180.740.3600.15209.2668.6453.73
Hex388BDA4A240Fd14536
Octal702133321124401732110566
Binary1110001000101111011010100101010010001111110100011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388bda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388bda; }

 p { color: rgb(56,139,218); }

 H1.HeaderClassName
 {
   color: #388bda;
 }
 .AnyTagClassName
 {
   color: #388bda;
 }
</style>
background-color css

<style>
 a { background-color: #388bda; }

 a { background-color: rgb(56,139,218); }

 div.DivClassName
 {
   background-color: #388bda;
 }
 .BgClassName
 {
   background-color: #388bda;
 }
</style>
border-color css

<style>
 span { border-color: #388bda; }

 span { border-color: rgb(56,139,218); }

 td.TdClassName
 {
   border-color: #388bda;
 }
 .TagClassName
 {
   border-color: #388bda;
 }
</style>