Html Css Color HEX #387CC9 Curious Blue

📋 copy color: '#387CC9'

red 56 ◦ green 124 ◦ blue 201

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

Shades of Curious Blue #387CC9

Tints of Curious Blue #387CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.76%

R = 14.7%
G = 32.55%
B = 52.76%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#387CC9 (or 0x387CC9) is known color: Curious Blue. HEX triplet: 38, 7C and C9. RGB value is (56,124,201). Sum of RGB (Red+Green+Blue) = 56+124+201=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #387CC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387CC9 is #C78336. Grayscale: #707070. Windows color (decimal): -13075255 or 13204536. OLE color: 13204536.

HSL color Cylindrical-coordinate representation of color #387CC9: hue angle of 211.86º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #387CC9 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 124 201 -
CMYK 0.72 0.38 0 0.21
HSL 211.86º 0.57% 0.5% -
HSV(B) 211.86º 0.72% 0.79% -
XYZ 19.38 19.47 58 -
YUV 112.45 177.97 87.74 -
System Red Green Blue C M Y K H S L
Decimal 56 124 201 0.72 0.38 0 0.21 211.86 0.57 0.5
Hex 38 7C C9 48 26 0 15 D4 39 32
Octal 70 174 311 110 46 0 25 324 71 62
Binary 111000 1111100 11001001 1001000 100110 0 10101 11010100 111001 110010

Color Harmonies of #387CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387CC9

Black with #387CC9

Text Example


Text Example

White with #387CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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