Html Css Color HEX #33678B Astral

📋 copy color: '#33678B'

red 51 ◦ green 103 ◦ blue 139

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

Shades of Astral #33678B

Tints of Astral #33678B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.15%

 BLUE value IS 139 (54.69% from 255) = 47.44%

R = 17.41%
G = 35.15%
B = 47.44%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33678B (or 0x33678B) is known color: Astral. HEX triplet: 33, 67 and 8B. RGB value is (51,103,139). Sum of RGB (Red+Green+Blue) = 51+103+139=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #33678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33678B is #CC9874. Grayscale: #5B5B5B. Windows color (decimal): -13408373 or 9135923. OLE color: 9135923.

HSL color Cylindrical-coordinate representation of color #33678B: hue angle of 204.55º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33678B is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 103 139 -
CMYK 0.63 0.26 0 0.45
HSL 204.55º 0.46% 0.37% -
HSV(B) 204.55º 0.63% 0.55% -
XYZ 10.88 12.27 26.22 -
YUV 91.56 154.77 99.07 -
System Red Green Blue C M Y K H S L
Decimal 51 103 139 0.63 0.26 0 0.45 204.55 0.46 0.37
Hex 33 67 8B 3F 1A 0 2D CD 2E 25
Octal 63 147 213 77 32 0 55 315 56 45
Binary 110011 1100111 10001011 111111 11010 0 101101 11001101 101110 100101

Color Harmonies of #33678B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33678B

Black with #33678B

Text Example


Text Example

White with #33678B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33678B; }

 p { color: rgb(51,103,139); }

 H1.HeaderClassName
 {
   color: #33678B;
 }
 .AnyTagClassName
 {
   color: #33678B;
 }
</style>

background-color css

<style>
 a { background-color: #33678B; }

 a { background-color: rgb(51,103,139); }

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

border-color css

<style>
 span { border-color: #33678B; }

 span { border-color: rgb(51,103,139); }

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