Html Css Color HEX #336683 Astral

📋 copy color: '#336683'

red 51 ◦ green 102 ◦ blue 131

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

Shades of Astral #336683

Tints of Astral #336683

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.92%

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

R = 17.96%
G = 35.92%
B = 46.13%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#336683 (or 0x336683) is known color: Astral. HEX triplet: 33, 66 and 83. RGB value is (51,102,131). Sum of RGB (Red+Green+Blue) = 51+102+131=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #336683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336683 is #CC997C. Grayscale: #595959. Windows color (decimal): -13408637 or 8611379. OLE color: 8611379.

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

Color convert

RGB 51 102 131 -
CMYK 0.61 0.22 0 0.49
HSL 201.75º 0.44% 0.36% -
HSV(B) 201.75º 0.61% 0.51% -
XYZ 10.21 11.85 23.22 -
YUV 90.06 151.1 100.14 -
System Red Green Blue C M Y K H S L
Decimal 51 102 131 0.61 0.22 0 0.49 201.75 0.44 0.36
Hex 33 66 83 3D 16 0 31 CA 2C 24
Octal 63 146 203 75 26 0 61 312 54 44
Binary 110011 1100110 10000011 111101 10110 0 110001 11001010 101100 100100

Color Harmonies of #336683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336683

Black with #336683

Text Example


Text Example

White with #336683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336683; }

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

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

background-color css

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

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

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

border-color css

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

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

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