Html Css Color HEX #33688D Astral

📋 copy color: '#33688D'

red 51 ◦ green 104 ◦ blue 141

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

Shades of Astral #33688D

Tints of Astral #33688D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.14%

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

R = 17.23%
G = 35.14%
B = 47.64%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33688D (or 0x33688D) is known color: Astral. HEX triplet: 33, 68 and 8D. RGB value is (51,104,141). Sum of RGB (Red+Green+Blue) = 51+104+141=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #33688D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33688D is #CC9772. Grayscale: #5C5C5C. Windows color (decimal): -13408115 or 9267251. OLE color: 9267251.

HSL color Cylindrical-coordinate representation of color #33688D: hue angle of 204.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 #33688D is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 104 141 -
CMYK 0.64 0.26 0 0.45
HSL 204.67º 0.47% 0.38% -
HSV(B) 204.67º 0.64% 0.55% -
XYZ 11.12 12.53 27.03 -
YUV 92.37 155.44 98.49 -
System Red Green Blue C M Y K H S L
Decimal 51 104 141 0.64 0.26 0 0.45 204.67 0.47 0.38
Hex 33 68 8D 40 1A 0 2D CD 2F 26
Octal 63 150 215 100 32 0 55 315 57 46
Binary 110011 1101000 10001101 1000000 11010 0 101101 11001101 101111 100110

Color Harmonies of #33688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33688D

Black with #33688D

Text Example


Text Example

White with #33688D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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