Html Css Color HEX #34658C Astral

📋 copy color: '#34658C'

red 52 ◦ green 101 ◦ blue 140

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

Shades of Astral #34658C

Tints of Astral #34658C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.47%

 BLUE value IS 140 (55.08% from 255) = 47.78%

R = 17.75%
G = 34.47%
B = 47.78%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34658C (or 0x34658C) is known color: Astral. HEX triplet: 34, 65 and 8C. RGB value is (52,101,140). Sum of RGB (Red+Green+Blue) = 52+101+140=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #34658C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34658C is #CB9A73. Grayscale: #5A5A5A. Windows color (decimal): -13343348 or 9200948. OLE color: 9200948.

HSL color Cylindrical-coordinate representation of color #34658C: hue angle of 206.59º 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 #34658C is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 101 140 -
CMYK 0.63 0.28 0 0.45
HSL 206.59º 0.46% 0.38% -
HSV(B) 206.59º 0.63% 0.55% -
XYZ 10.8 11.93 26.54 -
YUV 90.8 155.77 100.33 -
System Red Green Blue C M Y K H S L
Decimal 52 101 140 0.63 0.28 0 0.45 206.59 0.46 0.38
Hex 34 65 8C 3F 1C 0 2D CF 2E 26
Octal 64 145 214 77 34 0 55 317 56 46
Binary 110100 1100101 10001100 111111 11100 0 101101 11001111 101110 100110

Color Harmonies of #34658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34658C

Black with #34658C

Text Example


Text Example

White with #34658C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34658C;
 }
 .AnyTagClassName
 {
   color: #34658C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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