Html Css Color HEX #387CBA Curious Blue

📋 copy color: '#387CBA'

red 56 ◦ green 124 ◦ blue 186

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

Shades of Curious Blue #387CBA

Tints of Curious Blue #387CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.82%

R = 15.3%
G = 33.88%
B = 50.82%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#387CBA (or 0x387CBA) is known color: Curious Blue. HEX triplet: 38, 7C and BA. RGB value is (56,124,186). Sum of RGB (Red+Green+Blue) = 56+124+186=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #387CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387CBA is #C78345. Grayscale: #6E6E6E. Windows color (decimal): -13075270 or 12221496. OLE color: 12221496.

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

Color convert

RGB 56 124 186 -
CMYK 0.70 0.33 0 0.27
HSL 208.62º 0.54% 0.47% -
HSV(B) 208.62º 0.7% 0.73% -
XYZ 17.7 18.8 49.15 -
YUV 110.74 170.47 88.96 -
System Red Green Blue C M Y K H S L
Decimal 56 124 186 0.70 0.33 0 0.27 208.62 0.54 0.47
Hex 38 7C BA 46 21 0 1B D1 36 2F
Octal 70 174 272 106 41 0 33 321 66 57
Binary 111000 1111100 10111010 1000110 100001 0 11011 11010001 110110 101111

Color Harmonies of #387CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387CBA

Black with #387CBA

Text Example


Text Example

White with #387CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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