Html Css Color HEX #387CBD Curious Blue

📋 copy color: '#387CBD'

red 56 ◦ green 124 ◦ blue 189

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

Shades of Curious Blue #387CBD

Tints of Curious Blue #387CBD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.6%

 BLUE value IS 189 (74.22% from 255) = 51.22%

R = 15.18%
G = 33.6%
B = 51.22%

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

#387CBD (or 0x387CBD) is known color: Curious Blue. HEX triplet: 38, 7C and BD. RGB value is (56,124,189). Sum of RGB (Red+Green+Blue) = 56+124+189=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #387CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387CBD is #C78342. Grayscale: #6E6E6E. Windows color (decimal): -13075267 or 12418104. OLE color: 12418104.

HSL color Cylindrical-coordinate representation of color #387CBD: hue angle of 209.32º 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 #387CBD is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 124 189 -
CMYK 0.70 0.34 0 0.26
HSL 209.32º 0.54% 0.48% -
HSV(B) 209.32º 0.7% 0.74% -
XYZ 18.02 18.93 50.85 -
YUV 111.08 171.97 88.71 -
System Red Green Blue C M Y K H S L
Decimal 56 124 189 0.70 0.34 0 0.26 209.32 0.54 0.48
Hex 38 7C BD 46 22 0 1A D1 36 30
Octal 70 174 275 106 42 0 32 321 66 60
Binary 111000 1111100 10111101 1000110 100010 0 11010 11010001 110110 110000

Color Harmonies of #387CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387CBD

Black with #387CBD

Text Example


Text Example

White with #387CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,124,189); }

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

background-color css

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

 a { background-color: rgb(56,124,189); }

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

border-color css

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

 span { border-color: rgb(56,124,189); }

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