Html Css Color HEX #387FC8 Curious Blue

📋 copy color: '#387FC8'

red 56 ◦ green 127 ◦ blue 200

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

Shades of Curious Blue #387FC8

Tints of Curious Blue #387FC8

RGB

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

 GREEN value IS 127 (50% from 255) = 33.16%

 BLUE value IS 200 (78.52% from 255) = 52.22%

R = 14.62%
G = 33.16%
B = 52.22%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#387FC8 (or 0x387FC8) is known color: Curious Blue. HEX triplet: 38, 7F and C8. RGB value is (56,127,200). Sum of RGB (Red+Green+Blue) = 56+127+200=383 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.62% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 200 (78.52% from 255 or 52.22% from 383); Max value from RGB is 200 - color contains mainly: blue. Hex color #387FC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FC8 is #C78037. Grayscale: #717171. Windows color (decimal): -13074488 or 13139768. OLE color: 13139768.

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

Color convert

RGB 56 127 200 -
CMYK 0.72 0.36 0 0.22
HSL 210.42º 0.57% 0.5% -
HSV(B) 210.42º 0.72% 0.78% -
XYZ 19.65 20.19 57.51 -
YUV 114.09 176.48 86.56 -
System Red Green Blue C M Y K H S L
Decimal 56 127 200 0.72 0.36 0 0.22 210.42 0.57 0.5
Hex 38 7F C8 48 24 0 16 D2 39 32
Octal 70 177 310 110 44 0 26 322 71 62
Binary 111000 1111111 11001000 1001000 100100 0 10110 11010010 111001 110010

Color Harmonies of #387FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387FC8

Black with #387FC8

Text Example


Text Example

White with #387FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,127,200); }

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

background-color css

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

 a { background-color: rgb(56,127,200); }

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

border-color css

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

 span { border-color: rgb(56,127,200); }

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