Html Css Color HEX #33697F Astral

📋 copy color: '#33697F'

red 51 ◦ green 105 ◦ blue 127

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

Shades of Astral #33697F

Tints of Astral #33697F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.88%

R = 18.02%
G = 37.1%
B = 44.88%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#33697F (or 0x33697F) is known color: Astral. HEX triplet: 33, 69 and 7F. RGB value is (51,105,127). Sum of RGB (Red+Green+Blue) = 51+105+127=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 127 - color contains mainly: blue. Hex color #33697F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33697F is #CC9680. Grayscale: #5B5B5B. Windows color (decimal): -13407873 or 8350003. OLE color: 8350003.

HSL color Cylindrical-coordinate representation of color #33697F: hue angle of 197.37º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33697F is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 105 127 -
CMYK 0.60 0.17 0 0.50
HSL 197.37º 0.43% 0.35% -
HSV(B) 197.37º 0.6% 0.5% -
XYZ 10.25 12.34 21.92 -
YUV 91.36 148.11 99.21 -
System Red Green Blue C M Y K H S L
Decimal 51 105 127 0.60 0.17 0 0.50 197.37 0.43 0.35
Hex 33 69 7F 3C 11 0 32 C5 2B 23
Octal 63 151 177 74 21 0 62 305 53 43
Binary 110011 1101001 1111111 111100 10001 0 110010 11000101 101011 100011

Color Harmonies of #33697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33697F

Black with #33697F

Text Example


Text Example

White with #33697F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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