Html Css Color HEX #33697C Astral

📋 copy color: '#33697C'

red 51 ◦ green 105 ◦ blue 124

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

Shades of Astral #33697C

Tints of Astral #33697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.5%

 BLUE value IS 124 (48.83% from 255) = 44.29%

R = 18.21%
G = 37.5%
B = 44.29%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#33697C (or 0x33697C) is known color: Astral. HEX triplet: 33, 69 and 7C. RGB value is (51,105,124). Sum of RGB (Red+Green+Blue) = 51+105+124=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #33697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33697C is #CC9683. Grayscale: #5A5A5A. Windows color (decimal): -13407876 or 8153395. OLE color: 8153395.

HSL color Cylindrical-coordinate representation of color #33697C: hue angle of 195.62º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33697C is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 105 124 -
CMYK 0.59 0.15 0 0.51
HSL 195.62º 0.42% 0.34% -
HSV(B) 195.62º 0.59% 0.49% -
XYZ 10.05 12.26 20.91 -
YUV 91.02 146.61 99.46 -
System Red Green Blue C M Y K H S L
Decimal 51 105 124 0.59 0.15 0 0.51 195.62 0.42 0.34
Hex 33 69 7C 3B F 0 33 C4 2A 22
Octal 63 151 174 73 17 0 63 304 52 42
Binary 110011 1101001 1111100 111011 1111 0 110011 11000100 101010 100010

Color Harmonies of #33697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33697C

Black with #33697C

Text Example


Text Example

White with #33697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33697C; }

 p { color: rgb(51,105,124); }

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

background-color css

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

 a { background-color: rgb(51,105,124); }

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

border-color css

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

 span { border-color: rgb(51,105,124); }

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