Html Css Color HEX #337B90 Astral

📋 copy color: '#337B90'

red 51 ◦ green 123 ◦ blue 144

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

Shades of Astral #337B90

Tints of Astral #337B90

RGB

 RED value IS 51 (20.31% from 255) = 16.04%

 GREEN value IS 123 (48.44% from 255) = 38.68%

 BLUE value IS 144 (56.64% from 255) = 45.28%

R = 16.04%
G = 38.68%
B = 45.28%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#337B90 (or 0x337B90) is known color: Astral. HEX triplet: 33, 7B and 90. RGB value is (51,123,144). Sum of RGB (Red+Green+Blue) = 51+123+144=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #337B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337B90 is #CC846F. Grayscale: #676767. Windows color (decimal): -13403248 or 9468723. OLE color: 9468723.

HSL color Cylindrical-coordinate representation of color #337B90: hue angle of 193.55º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #337B90 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 123 144 -
CMYK 0.65 0.15 0 0.44
HSL 193.55º 0.48% 0.38% -
HSV(B) 193.55º 0.65% 0.56% -
XYZ 13.48 16.88 28.93 -
YUV 103.87 150.65 90.29 -
System Red Green Blue C M Y K H S L
Decimal 51 123 144 0.65 0.15 0 0.44 193.55 0.48 0.38
Hex 33 7B 90 41 F 0 2C C2 30 26
Octal 63 173 220 101 17 0 54 302 60 46
Binary 110011 1111011 10010000 1000001 1111 0 101100 11000010 110000 100110

Color Harmonies of #337B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337B90

Black with #337B90

Text Example


Text Example

White with #337B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337B90; }

 p { color: rgb(51,123,144); }

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

background-color css

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

 a { background-color: rgb(51,123,144); }

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

border-color css

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

 span { border-color: rgb(51,123,144); }

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