Html Css Color HEX #388DB6 Curious Blue

📋 copy color: '#388DB6'

red 56 ◦ green 141 ◦ blue 182

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

Shades of Curious Blue #388DB6

Tints of Curious Blue #388DB6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.2%

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

R = 14.78%
G = 37.2%
B = 48.02%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#388DB6 (or 0x388DB6) is known color: Curious Blue. HEX triplet: 38, 8D and B6. RGB value is (56,141,182). Sum of RGB (Red+Green+Blue) = 56+141+182=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 182 (71.48% from 255 or 48.02% from 379); Max value from RGB is 182 - color contains mainly: blue. Hex color #388DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DB6 is #C77249. Grayscale: #787878. Windows color (decimal): -13070922 or 11963704. OLE color: 11963704.

HSL color Cylindrical-coordinate representation of color #388DB6: hue angle of 199.52º 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 #388DB6 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 141 182 -
CMYK 0.69 0.23 0 0.29
HSL 199.52º 0.53% 0.47% -
HSV(B) 199.52º 0.69% 0.71% -
XYZ 19.6 23.27 47.71 -
YUV 120.26 162.84 82.17 -
System Red Green Blue C M Y K H S L
Decimal 56 141 182 0.69 0.23 0 0.29 199.52 0.53 0.47
Hex 38 8D B6 45 17 0 1D C8 35 2F
Octal 70 215 266 105 27 0 35 310 65 57
Binary 111000 10001101 10110110 1000101 10111 0 11101 11001000 110101 101111

Color Harmonies of #388DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388DB6

Black with #388DB6

Text Example


Text Example

White with #388DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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