Html Css Color HEX #387FAA Curious Blue

📋 copy color: '#387FAA'

red 56 ◦ green 127 ◦ blue 170

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

Shades of Curious Blue #387FAA

Tints of Curious Blue #387FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.16%

R = 15.86%
G = 35.98%
B = 48.16%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#387FAA (or 0x387FAA) is known color: Curious Blue. HEX triplet: 38, 7F and AA. RGB value is (56,127,170). Sum of RGB (Red+Green+Blue) = 56+127+170=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #387FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387FAA is #C78055. Grayscale: #6E6E6E. Windows color (decimal): -13074518 or 11173688. OLE color: 11173688.

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

Color convert

RGB 56 127 170 -
CMYK 0.67 0.25 0 0.33
HSL 202.63º 0.5% 0.44% -
HSV(B) 202.63º 0.67% 0.67% -
XYZ 16.48 18.92 40.81 -
YUV 110.67 161.48 89 -
System Red Green Blue C M Y K H S L
Decimal 56 127 170 0.67 0.25 0 0.33 202.63 0.5 0.44
Hex 38 7F AA 43 19 0 21 CB 32 2C
Octal 70 177 252 103 31 0 41 313 62 54
Binary 111000 1111111 10101010 1000011 11001 0 100001 11001011 110010 101100

Color Harmonies of #387FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387FAA

Black with #387FAA

Text Example


Text Example

White with #387FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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