Html Css Color HEX #387CBC Curious Blue

📋 copy color: '#387CBC'

red 56 ◦ green 124 ◦ blue 188

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

Shades of Curious Blue #387CBC

Tints of Curious Blue #387CBC

RGB

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

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

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

R = 15.22%
G = 33.7%
B = 51.09%

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

#387CBC (or 0x387CBC) is known color: Curious Blue. HEX triplet: 38, 7C and BC. RGB value is (56,124,188). Sum of RGB (Red+Green+Blue) = 56+124+188=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #387CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387CBC is #C78343. Grayscale: #6E6E6E. Windows color (decimal): -13075268 or 12352568. OLE color: 12352568.

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

Color convert

RGB 56 124 188 -
CMYK 0.70 0.34 0 0.26
HSL 209.09º 0.54% 0.48% -
HSV(B) 209.09º 0.7% 0.74% -
XYZ 17.92 18.89 50.28 -
YUV 110.96 171.47 88.8 -
System Red Green Blue C M Y K H S L
Decimal 56 124 188 0.70 0.34 0 0.26 209.09 0.54 0.48
Hex 38 7C BC 46 22 0 1A D1 36 30
Octal 70 174 274 106 42 0 32 321 66 60
Binary 111000 1111100 10111100 1000110 100010 0 11010 11010001 110110 110000

Color Harmonies of #387CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387CBC

Black with #387CBC

Text Example


Text Example

White with #387CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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