Html Css Color HEX #33678F Astral

📋 copy color: '#33678F'

red 51 ◦ green 103 ◦ blue 143

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

Shades of Astral #33678F

Tints of Astral #33678F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 48.15%

R = 17.17%
G = 34.68%
B = 48.15%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#33678F (or 0x33678F) is known color: Astral. HEX triplet: 33, 67 and 8F. RGB value is (51,103,143). Sum of RGB (Red+Green+Blue) = 51+103+143=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #33678F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33678F is #CC9870. Grayscale: #5B5B5B. Windows color (decimal): -13408369 or 9398067. OLE color: 9398067.

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

Color convert

RGB 51 103 143 -
CMYK 0.64 0.28 0 0.44
HSL 206.09º 0.47% 0.38% -
HSV(B) 206.09º 0.64% 0.56% -
XYZ 11.17 12.39 27.79 -
YUV 92.01 156.77 98.75 -
System Red Green Blue C M Y K H S L
Decimal 51 103 143 0.64 0.28 0 0.44 206.09 0.47 0.38
Hex 33 67 8F 40 1C 0 2C CE 2F 26
Octal 63 147 217 100 34 0 54 316 57 46
Binary 110011 1100111 10001111 1000000 11100 0 101100 11001110 101111 100110

Color Harmonies of #33678F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33678F

Black with #33678F

Text Example


Text Example

White with #33678F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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