Html Css Color HEX #387DBC Curious Blue

📋 copy color: '#387DBC'

red 56 ◦ green 125 ◦ blue 188

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

Shades of Curious Blue #387DBC

Tints of Curious Blue #387DBC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.88%

 BLUE value IS 188 (73.83% from 255) = 50.95%

R = 15.18%
G = 33.88%
B = 50.95%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#387DBC (or 0x387DBC) is known color: Curious Blue. HEX triplet: 38, 7D and BC. RGB value is (56,125,188). Sum of RGB (Red+Green+Blue) = 56+125+188=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #387DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387DBC is #C78243. Grayscale: #6F6F6F. Windows color (decimal): -13075012 or 12352824. OLE color: 12352824.

HSL color Cylindrical-coordinate representation of color #387DBC: hue angle of 208.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #387DBC is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 125 188 -
CMYK 0.70 0.34 0 0.26
HSL 208.64º 0.54% 0.48% -
HSV(B) 208.64º 0.7% 0.74% -
XYZ 18.04 19.14 50.32 -
YUV 111.55 171.14 88.38 -
System Red Green Blue C M Y K H S L
Decimal 56 125 188 0.70 0.34 0 0.26 208.64 0.54 0.48
Hex 38 7D BC 46 22 0 1A D1 36 30
Octal 70 175 274 106 42 0 32 321 66 60
Binary 111000 1111101 10111100 1000110 100010 0 11010 11010001 110110 110000

Color Harmonies of #387DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387DBC

Black with #387DBC

Text Example


Text Example

White with #387DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387DBC; }

 p { color: rgb(56,125,188); }

 H1.HeaderClassName
 {
   color: #387DBC;
 }
 .AnyTagClassName
 {
   color: #387DBC;
 }
</style>

background-color css

<style>
 a { background-color: #387DBC; }

 a { background-color: rgb(56,125,188); }

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

border-color css

<style>
 span { border-color: #387DBC; }

 span { border-color: rgb(56,125,188); }

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