#34748C

Color #34748C Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #34748C

Tints of Astral #34748C

Color information

#34748C (or 0x34748C) is unknown color: approx Astral. HEX triplet: 34, 74 and 8C. RGB value is (52,116,140). Sum of RGB (Red+Green+Blue) = 52+116+140=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #34748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34748C is #CB8B73. Grayscale: #636363. Windows color (decimal): -13339508 or 9204788. OLE color: 9204788.

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

Color convert

RGB52116140-
CMYK0.630.1700.45
HSL196.36º45.83%37.65%-
HSV(B)196.36º62.86%54.9%-
XYZ12.415.1127.08-
YUV99.6150.894.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.88%
GREEN value IS 116 (45.70% from 255) = 37.66%
BLUE value IS 140 (55.08% from 255) = 45.45%
R=16.88%
G=37.66%
B=45.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521161400.630.1700.45196.3645.8337.65
Hex34748C3F1102Dc42e26
Octal6416421477210553045646
Binary11010011101001000110011111110001010110111000100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34748C; }

 p { color: rgb(52,116,140); }

 H1.HeaderClassName
 {
   color: #34748C;
 }
 .AnyTagClassName
 {
   color: #34748C;
 }
</style>
background-color css

<style>
 a { background-color: #34748C; }

 a { background-color: rgb(52,116,140); }

 div.DivClassName
 {
   background-color: #34748C;
 }
 .BgClassName
 {
   background-color: #34748C;
 }
</style>
border-color css

<style>
 span { border-color: #34748C; }

 span { border-color: rgb(52,116,140); }

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