Html Css Color HEX #33658D Astral

📋 copy color: '#33658D'

red 51 ◦ green 101 ◦ blue 141

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

Shades of Astral #33658D

Tints of Astral #33658D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 48.12%

R = 17.41%
G = 34.47%
B = 48.12%

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

#33658D (or 0x33658D) is known color: Astral. HEX triplet: 33, 65 and 8D. RGB value is (51,101,141). Sum of RGB (Red+Green+Blue) = 51+101+141=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #33658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33658D is #CC9A72. Grayscale: #5A5A5A. Windows color (decimal): -13408883 or 9266483. OLE color: 9266483.

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

Color convert

RGB 51 101 141 -
CMYK 0.64 0.28 0 0.45
HSL 206.67º 0.47% 0.38% -
HSV(B) 206.67º 0.64% 0.55% -
XYZ 10.83 11.93 26.93 -
YUV 90.61 156.44 99.75 -
System Red Green Blue C M Y K H S L
Decimal 51 101 141 0.64 0.28 0 0.45 206.67 0.47 0.38
Hex 33 65 8D 40 1C 0 2D CF 2F 26
Octal 63 145 215 100 34 0 55 317 57 46
Binary 110011 1100101 10001101 1000000 11100 0 101101 11001111 101111 100110

Color Harmonies of #33658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33658D

Black with #33658D

Text Example


Text Example

White with #33658D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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