Html Css Color HEX #387CAA Curious Blue

📋 copy color: '#387CAA'

red 56 ◦ green 124 ◦ blue 170

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

Shades of Curious Blue #387CAA

Tints of Curious Blue #387CAA

RGB

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

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

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

R = 16%
G = 35.43%
B = 48.57%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#387CAA (or 0x387CAA) is known color: Curious Blue. HEX triplet: 38, 7C and AA. RGB value is (56,124,170). Sum of RGB (Red+Green+Blue) = 56+124+170=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #387CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387CAA is #C78355. Grayscale: #6C6C6C. Windows color (decimal): -13075286 or 11172920. OLE color: 11172920.

HSL color Cylindrical-coordinate representation of color #387CAA: hue angle of 204.21º 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 #387CAA is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 124 170 -
CMYK 0.67 0.27 0 0.33
HSL 204.21º 0.5% 0.44% -
HSV(B) 204.21º 0.67% 0.67% -
XYZ 16.09 18.16 40.69 -
YUV 108.91 162.47 90.26 -
System Red Green Blue C M Y K H S L
Decimal 56 124 170 0.67 0.27 0 0.33 204.21 0.5 0.44
Hex 38 7C AA 43 1B 0 21 CC 32 2C
Octal 70 174 252 103 33 0 41 314 62 54
Binary 111000 1111100 10101010 1000011 11011 0 100001 11001100 110010 101100

Color Harmonies of #387CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387CAA

Black with #387CAA

Text Example


Text Example

White with #387CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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