Html Css Color HEX #388FB6 Curious Blue

📋 copy color: '#388FB6'

red 56 ◦ green 143 ◦ blue 182

#388FB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #388FB6

Tints of Curious Blue #388FB6

RGB

 RED value IS 56 (22.27% from 255) = 14.7%

 GREEN value IS 143 (56.25% from 255) = 37.53%

 BLUE value IS 182 (71.48% from 255) = 47.77%

R = 14.7%
G = 37.53%
B = 47.77%

CMYK

 C value IS 0.69

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#388FB6 (or 0x388FB6) is known color: Curious Blue. HEX triplet: 38, 8F and B6. RGB value is (56,143,182). Sum of RGB (Red+Green+Blue) = 56+143+182=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 182 (71.48% from 255 or 47.77% from 381); Max value from RGB is 182 - color contains mainly: blue. Hex color #388FB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388FB6 is #C77049. Grayscale: #797979. Windows color (decimal): -13070410 or 11964216. OLE color: 11964216.

HSL color Cylindrical-coordinate representation of color #388FB6: hue angle of 198.57º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #388FB6 is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 143 182 -
CMYK 0.69 0.21 0 0.29
HSL 198.57º 0.53% 0.47% -
HSV(B) 198.57º 0.69% 0.71% -
XYZ 19.9 23.86 47.81 -
YUV 121.43 162.18 81.33 -
System Red Green Blue C M Y K H S L
Decimal 56 143 182 0.69 0.21 0 0.29 198.57 0.53 0.47
Hex 38 8F B6 45 15 0 1D C7 35 2F
Octal 70 217 266 105 25 0 35 307 65 57
Binary 111000 10001111 10110110 1000101 10101 0 11101 11000111 110101 101111

Color Harmonies of #388FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388FB6

Black with #388FB6

Text Example


Text Example

White with #388FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,143,182); }

 H1.HeaderClassName
 {
   color: #388FB6;
 }
 .AnyTagClassName
 {
   color: #388FB6;
 }
</style>

background-color css

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

 a { background-color: rgb(56,143,182); }

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

border-color css

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

 span { border-color: rgb(56,143,182); }

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