Html Css Color HEX #388DB9 Curious Blue

📋 copy color: '#388DB9'

red 56 ◦ green 141 ◦ blue 185

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

Shades of Curious Blue #388DB9

Tints of Curious Blue #388DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.43%

R = 14.66%
G = 36.91%
B = 48.43%

CMYK

 C value IS 0.70

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#388DB9 (or 0x388DB9) is known color: Curious Blue. HEX triplet: 38, 8D and B9. RGB value is (56,141,185). Sum of RGB (Red+Green+Blue) = 56+141+185=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 185 - color contains mainly: blue. Hex color #388DB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DB9 is #C77246. Grayscale: #787878. Windows color (decimal): -13070919 or 12160312. OLE color: 12160312.

HSL color Cylindrical-coordinate representation of color #388DB9: hue angle of 200.47º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #388DB9 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 141 185 -
CMYK 0.70 0.24 0 0.27
HSL 200.47º 0.54% 0.47% -
HSV(B) 200.47º 0.7% 0.73% -
XYZ 19.91 23.39 49.36 -
YUV 120.6 164.34 81.92 -
System Red Green Blue C M Y K H S L
Decimal 56 141 185 0.70 0.24 0 0.27 200.47 0.54 0.47
Hex 38 8D B9 46 18 0 1B C8 36 2F
Octal 70 215 271 106 30 0 33 310 66 57
Binary 111000 10001101 10111001 1000110 11000 0 11011 11001000 110110 101111

Color Harmonies of #388DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388DB9

Black with #388DB9

Text Example


Text Example

White with #388DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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