Html Css Color HEX #33668A Astral

📋 copy color: '#33668A'

red 51 ◦ green 102 ◦ blue 138

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

Shades of Astral #33668A

Tints of Astral #33668A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.05%

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

R = 17.53%
G = 35.05%
B = 47.42%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#33668A (or 0x33668A) is known color: Astral. HEX triplet: 33, 66 and 8A. RGB value is (51,102,138). Sum of RGB (Red+Green+Blue) = 51+102+138=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #33668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33668A is #CC9975. Grayscale: #5A5A5A. Windows color (decimal): -13408630 or 9070131. OLE color: 9070131.

HSL color Cylindrical-coordinate representation of color #33668A: hue angle of 204.83º 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 #33668A is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 102 138 -
CMYK 0.63 0.26 0 0.46
HSL 204.83º 0.46% 0.37% -
HSV(B) 204.83º 0.63% 0.54% -
XYZ 10.7 12.04 25.8 -
YUV 90.86 154.6 99.57 -
System Red Green Blue C M Y K H S L
Decimal 51 102 138 0.63 0.26 0 0.46 204.83 0.46 0.37
Hex 33 66 8A 3F 1A 0 2E CD 2E 25
Octal 63 146 212 77 32 0 56 315 56 45
Binary 110011 1100110 10001010 111111 11010 0 101110 11001101 101110 100101

Color Harmonies of #33668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33668A

Black with #33668A

Text Example


Text Example

White with #33668A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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