Html Css Color HEX #33738C Astral

📋 copy color: '#33738C'

red 51 ◦ green 115 ◦ blue 140

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

Shades of Astral #33738C

Tints of Astral #33738C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.58%

 BLUE value IS 140 (55.08% from 255) = 45.75%

R = 16.67%
G = 37.58%
B = 45.75%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33738C (or 0x33738C) is known color: Astral. HEX triplet: 33, 73 and 8C. RGB value is (51,115,140). Sum of RGB (Red+Green+Blue) = 51+115+140=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #33738C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33738C is #CC8C73. Grayscale: #626262. Windows color (decimal): -13405300 or 9204531. OLE color: 9204531.

HSL color Cylindrical-coordinate representation of color #33738C: hue angle of 196.85º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33738C is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 115 140 -
CMYK 0.64 0.18 0 0.45
HSL 196.85º 0.47% 0.37% -
HSV(B) 196.85º 0.64% 0.55% -
XYZ 12.23 14.86 27.03 -
YUV 98.71 151.3 93.97 -
System Red Green Blue C M Y K H S L
Decimal 51 115 140 0.64 0.18 0 0.45 196.85 0.47 0.37
Hex 33 73 8C 40 12 0 2D C5 2F 25
Octal 63 163 214 100 22 0 55 305 57 45
Binary 110011 1110011 10001100 1000000 10010 0 101101 11000101 101111 100101

Color Harmonies of #33738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33738C

Black with #33738C

Text Example


Text Example

White with #33738C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,115,140); }

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

background-color css

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

 a { background-color: rgb(51,115,140); }

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

border-color css

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

 span { border-color: rgb(51,115,140); }

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