Html Css Color HEX #376885 Astral

📋 copy color: '#376885'

red 55 ◦ green 104 ◦ blue 133

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

Shades of Astral #376885

Tints of Astral #376885

RGB

 RED value IS 55 (21.88% from 255) = 18.84%

 GREEN value IS 104 (41.02% from 255) = 35.62%

 BLUE value IS 133 (52.34% from 255) = 45.55%

R = 18.84%
G = 35.62%
B = 45.55%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#376885 (or 0x376885) is known color: Astral. HEX triplet: 37, 68 and 85. RGB value is (55,104,133). Sum of RGB (Red+Green+Blue) = 55+104+133=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #376885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376885 is #C8977A. Grayscale: #5C5C5C. Windows color (decimal): -13145979 or 8742967. OLE color: 8742967.

HSL color Cylindrical-coordinate representation of color #376885: hue angle of 202.31º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #376885 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 104 133 -
CMYK 0.59 0.22 0 0.48
HSL 202.31º 0.41% 0.37% -
HSV(B) 202.31º 0.59% 0.52% -
XYZ 10.76 12.41 24.02 -
YUV 92.66 150.77 101.14 -
System Red Green Blue C M Y K H S L
Decimal 55 104 133 0.59 0.22 0 0.48 202.31 0.41 0.37
Hex 37 68 85 3B 16 0 30 CA 29 25
Octal 67 150 205 73 26 0 60 312 51 45
Binary 110111 1101000 10000101 111011 10110 0 110000 11001010 101001 100101

Color Harmonies of #376885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376885

Black with #376885

Text Example


Text Example

White with #376885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376885; }

 p { color: rgb(55,104,133); }

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

background-color css

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

 a { background-color: rgb(55,104,133); }

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

border-color css

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

 span { border-color: rgb(55,104,133); }

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