Html Css Color HEX #336583 Astral

📋 copy color: '#336583'

red 51 ◦ green 101 ◦ blue 131

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

Shades of Astral #336583

Tints of Astral #336583

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.69%

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

R = 18.02%
G = 35.69%
B = 46.29%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#336583 (or 0x336583) is known color: Astral. HEX triplet: 33, 65 and 83. RGB value is (51,101,131). Sum of RGB (Red+Green+Blue) = 51+101+131=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #336583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336583 is #CC9A7C. Grayscale: #595959. Windows color (decimal): -13408893 or 8611123. OLE color: 8611123.

HSL color Cylindrical-coordinate representation of color #336583: hue angle of 202.5º 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 #336583 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 101 131 -
CMYK 0.61 0.23 0 0.49
HSL 202.5º 0.44% 0.36% -
HSV(B) 202.5º 0.61% 0.51% -
XYZ 10.12 11.65 23.19 -
YUV 89.47 151.44 100.56 -
System Red Green Blue C M Y K H S L
Decimal 51 101 131 0.61 0.23 0 0.49 202.5 0.44 0.36
Hex 33 65 83 3D 17 0 31 CA 2C 24
Octal 63 145 203 75 27 0 61 312 54 44
Binary 110011 1100101 10000011 111101 10111 0 110001 11001010 101100 100100

Color Harmonies of #336583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336583

Black with #336583

Text Example


Text Example

White with #336583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336583; }

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

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

background-color css

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

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

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

border-color css

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

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

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