Html Css Color HEX #33648A Astral

📋 copy color: '#33648A'

red 51 ◦ green 100 ◦ blue 138

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

Shades of Astral #33648A

Tints of Astral #33648A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.6%

 BLUE value IS 138 (54.3% from 255) = 47.75%

R = 17.65%
G = 34.6%
B = 47.75%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#33648A (or 0x33648A) is known color: Astral. HEX triplet: 33, 64 and 8A. RGB value is (51,100,138). Sum of RGB (Red+Green+Blue) = 51+100+138=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #33648A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33648A is #CC9B75. Grayscale: #595959. Windows color (decimal): -13409142 or 9069619. OLE color: 9069619.

HSL color Cylindrical-coordinate representation of color #33648A: hue angle of 206.21º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33648A is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 100 138 -
CMYK 0.63 0.28 0 0.46
HSL 206.21º 0.46% 0.37% -
HSV(B) 206.21º 0.63% 0.54% -
XYZ 10.51 11.65 25.74 -
YUV 89.68 155.27 100.41 -
System Red Green Blue C M Y K H S L
Decimal 51 100 138 0.63 0.28 0 0.46 206.21 0.46 0.37
Hex 33 64 8A 3F 1C 0 2E CE 2E 25
Octal 63 144 212 77 34 0 56 316 56 45
Binary 110011 1100100 10001010 111111 11100 0 101110 11001110 101110 100101

Color Harmonies of #33648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33648A

Black with #33648A

Text Example


Text Example

White with #33648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33648A; }

 p { color: rgb(51,100,138); }

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

background-color css

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

 a { background-color: rgb(51,100,138); }

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

border-color css

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

 span { border-color: rgb(51,100,138); }

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