Html Css Color HEX #35668C Astral

📋 copy color: '#35668C'

red 53 ◦ green 102 ◦ blue 140

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

Shades of Astral #35668C

Tints of Astral #35668C

RGB

 RED value IS 53 (21.09% from 255) = 17.97%

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

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

R = 17.97%
G = 34.58%
B = 47.46%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35668C (or 0x35668C) is known color: Astral. HEX triplet: 35, 66 and 8C. RGB value is (53,102,140). Sum of RGB (Red+Green+Blue) = 53+102+140=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #35668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35668C is #CA9973. Grayscale: #5B5B5B. Windows color (decimal): -13277556 or 9201205. OLE color: 9201205.

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

Color convert

RGB 53 102 140 -
CMYK 0.62 0.27 0 0.45
HSL 206.21º 0.45% 0.38% -
HSV(B) 206.21º 0.62% 0.55% -
XYZ 10.95 12.15 26.58 -
YUV 91.68 155.27 100.41 -
System Red Green Blue C M Y K H S L
Decimal 53 102 140 0.62 0.27 0 0.45 206.21 0.45 0.38
Hex 35 66 8C 3E 1B 0 2D CE 2D 26
Octal 65 146 214 76 33 0 55 316 55 46
Binary 110101 1100110 10001100 111110 11011 0 101101 11001110 101101 100110

Color Harmonies of #35668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35668C

Black with #35668C

Text Example


Text Example

White with #35668C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,102,140); }

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

background-color css

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

 a { background-color: rgb(53,102,140); }

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

border-color css

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

 span { border-color: rgb(53,102,140); }

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