Html Css Color HEX #337283 Astral

📋 copy color: '#337283'

red 51 ◦ green 114 ◦ blue 131

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

Shades of Astral #337283

Tints of Astral #337283

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.51%

 BLUE value IS 131 (51.56% from 255) = 44.26%

R = 17.23%
G = 38.51%
B = 44.26%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#337283 (or 0x337283) is known color: Astral. HEX triplet: 33, 72 and 83. RGB value is (51,114,131). Sum of RGB (Red+Green+Blue) = 51+114+131=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #337283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337283 is #CC8D7C. Grayscale: #606060. Windows color (decimal): -13405565 or 8614451. OLE color: 8614451.

HSL color Cylindrical-coordinate representation of color #337283: hue angle of 192.75º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #337283 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 114 131 -
CMYK 0.61 0.13 0 0.49
HSL 192.75º 0.44% 0.36% -
HSV(B) 192.75º 0.61% 0.51% -
XYZ 11.48 14.38 23.64 -
YUV 97.1 147.13 95.12 -
System Red Green Blue C M Y K H S L
Decimal 51 114 131 0.61 0.13 0 0.49 192.75 0.44 0.36
Hex 33 72 83 3D D 0 31 C1 2C 24
Octal 63 162 203 75 15 0 61 301 54 44
Binary 110011 1110010 10000011 111101 1101 0 110001 11000001 101100 100100

Color Harmonies of #337283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337283

Black with #337283

Text Example


Text Example

White with #337283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337283; }

 p { color: rgb(51,114,131); }

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

background-color css

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

 a { background-color: rgb(51,114,131); }

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

border-color css

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

 span { border-color: rgb(51,114,131); }

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