Html Css Color HEX #33658C Astral

📋 copy color: '#33658C'

red 51 ◦ green 101 ◦ blue 140

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

Shades of Astral #33658C

Tints of Astral #33658C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.59%

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

R = 17.47%
G = 34.59%
B = 47.95%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33658C (or 0x33658C) is known color: Astral. HEX triplet: 33, 65 and 8C. RGB value is (51,101,140). Sum of RGB (Red+Green+Blue) = 51+101+140=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #33658C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33658C is #CC9A73. Grayscale: #5A5A5A. Windows color (decimal): -13408884 or 9200947. OLE color: 9200947.

HSL color Cylindrical-coordinate representation of color #33658C: hue angle of 206.29º 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 #33658C is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 101 140 -
CMYK 0.64 0.28 0 0.45
HSL 206.29º 0.47% 0.37% -
HSV(B) 206.29º 0.64% 0.55% -
XYZ 10.75 11.9 26.54 -
YUV 90.5 155.94 99.83 -
System Red Green Blue C M Y K H S L
Decimal 51 101 140 0.64 0.28 0 0.45 206.29 0.47 0.37
Hex 33 65 8C 40 1C 0 2D CE 2F 25
Octal 63 145 214 100 34 0 55 316 57 45
Binary 110011 1100101 10001100 1000000 11100 0 101101 11001110 101111 100101

Color Harmonies of #33658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33658C

Black with #33658C

Text Example


Text Example

White with #33658C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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