Html Css Color HEX #34668E Astral

📋 copy color: '#34668E'

red 52 ◦ green 102 ◦ blue 142

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

Shades of Astral #34668E

Tints of Astral #34668E

RGB

 RED value IS 52 (20.7% from 255) = 17.57%

 GREEN value IS 102 (40.23% from 255) = 34.46%

 BLUE value IS 142 (55.86% from 255) = 47.97%

R = 17.57%
G = 34.46%
B = 47.97%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#34668E (or 0x34668E) is known color: Astral. HEX triplet: 34, 66 and 8E. RGB value is (52,102,142). Sum of RGB (Red+Green+Blue) = 52+102+142=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #34668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34668E is #CB9971. Grayscale: #5B5B5B. Windows color (decimal): -13343090 or 9332276. OLE color: 9332276.

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

Color convert

RGB 52 102 142 -
CMYK 0.63 0.28 0 0.44
HSL 206.67º 0.46% 0.38% -
HSV(B) 206.67º 0.63% 0.56% -
XYZ 11.05 12.19 27.36 -
YUV 91.61 156.44 99.75 -
System Red Green Blue C M Y K H S L
Decimal 52 102 142 0.63 0.28 0 0.44 206.67 0.46 0.38
Hex 34 66 8E 3F 1C 0 2C CF 2E 26
Octal 64 146 216 77 34 0 54 317 56 46
Binary 110100 1100110 10001110 111111 11100 0 101100 11001111 101110 100110

Color Harmonies of #34668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34668E

Black with #34668E

Text Example


Text Example

White with #34668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34668E; }

 p { color: rgb(52,102,142); }

 H1.HeaderClassName
 {
   color: #34668E;
 }
 .AnyTagClassName
 {
   color: #34668E;
 }
</style>

background-color css

<style>
 a { background-color: #34668E; }

 a { background-color: rgb(52,102,142); }

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

border-color css

<style>
 span { border-color: #34668E; }

 span { border-color: rgb(52,102,142); }

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