Html Css Color HEX #377384 Astral

📋 copy color: '#377384'

red 55 ◦ green 115 ◦ blue 132

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

Shades of Astral #377384

Tints of Astral #377384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.08%

 BLUE value IS 132 (51.95% from 255) = 43.71%

R = 18.21%
G = 38.08%
B = 43.71%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#377384 (or 0x377384) is known color: Astral. HEX triplet: 37, 73 and 84. RGB value is (55,115,132). Sum of RGB (Red+Green+Blue) = 55+115+132=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 132 - color contains mainly: blue. Hex color #377384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377384 is #C88C7B. Grayscale: #626262. Windows color (decimal): -13143164 or 8680247. OLE color: 8680247.

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

Color convert

RGB 55 115 132 -
CMYK 0.58 0.13 0 0.48
HSL 193.25º 0.41% 0.37% -
HSV(B) 193.25º 0.58% 0.52% -
XYZ 11.87 14.74 24.05 -
YUV 99 146.62 96.62 -
System Red Green Blue C M Y K H S L
Decimal 55 115 132 0.58 0.13 0 0.48 193.25 0.41 0.37
Hex 37 73 84 3A D 0 30 C1 29 25
Octal 67 163 204 72 15 0 60 301 51 45
Binary 110111 1110011 10000100 111010 1101 0 110000 11000001 101001 100101

Color Harmonies of #377384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377384

Black with #377384

Text Example


Text Example

White with #377384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377384; }

 p { color: rgb(55,115,132); }

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

background-color css

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

 a { background-color: rgb(55,115,132); }

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

border-color css

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

 span { border-color: rgb(55,115,132); }

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