Html Css Color HEX #387FA8 Curious Blue

📋 copy color: '#387FA8'

red 56 ◦ green 127 ◦ blue 168

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

Shades of Curious Blue #387FA8

Tints of Curious Blue #387FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 47.86%

R = 15.95%
G = 36.18%
B = 47.86%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#387FA8 (or 0x387FA8) is known color: Curious Blue. HEX triplet: 38, 7F and A8. RGB value is (56,127,168). Sum of RGB (Red+Green+Blue) = 56+127+168=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 168 (66.02% from 255 or 47.86% from 351); Max value from RGB is 168 - color contains mainly: blue. Hex color #387FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387FA8 is #C78057. Grayscale: #6E6E6E. Windows color (decimal): -13074520 or 11042616. OLE color: 11042616.

HSL color Cylindrical-coordinate representation of color #387FA8: hue angle of 201.96º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #387FA8 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 56 127 168 -
CMYK 0.67 0.24 0 0.34
HSL 201.96º 0.5% 0.44% -
HSV(B) 201.96º 0.67% 0.66% -
XYZ 16.29 18.85 39.83 -
YUV 110.45 160.48 89.17 -
System Red Green Blue C M Y K H S L
Decimal 56 127 168 0.67 0.24 0 0.34 201.96 0.5 0.44
Hex 38 7F A8 43 18 0 22 CA 32 2C
Octal 70 177 250 103 30 0 42 312 62 54
Binary 111000 1111111 10101000 1000011 11000 0 100010 11001010 110010 101100

Color Harmonies of #387FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387FA8

Black with #387FA8

Text Example


Text Example

White with #387FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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