Html Css Color HEX #35688A Astral

📋 copy color: '#35688A'

red 53 ◦ green 104 ◦ blue 138

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

Shades of Astral #35688A

Tints of Astral #35688A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.25%

 BLUE value IS 138 (54.3% from 255) = 46.78%

R = 17.97%
G = 35.25%
B = 46.78%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#35688A (or 0x35688A) is known color: Astral. HEX triplet: 35, 68 and 8A. RGB value is (53,104,138). Sum of RGB (Red+Green+Blue) = 53+104+138=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #35688A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35688A is #CA9775. Grayscale: #5C5C5C. Windows color (decimal): -13277046 or 9070645. OLE color: 9070645.

HSL color Cylindrical-coordinate representation of color #35688A: hue angle of 204º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35688A is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 104 138 -
CMYK 0.62 0.25 0 0.46
HSL 204º 0.45% 0.37% -
HSV(B) 204º 0.62% 0.54% -
XYZ 11.01 12.49 25.88 -
YUV 92.63 153.6 99.74 -
System Red Green Blue C M Y K H S L
Decimal 53 104 138 0.62 0.25 0 0.46 204 0.45 0.37
Hex 35 68 8A 3E 19 0 2E CC 2D 25
Octal 65 150 212 76 31 0 56 314 55 45
Binary 110101 1101000 10001010 111110 11001 0 101110 11001100 101101 100101

Color Harmonies of #35688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35688A

Black with #35688A

Text Example


Text Example

White with #35688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35688A; }

 p { color: rgb(53,104,138); }

 H1.HeaderClassName
 {
   color: #35688A;
 }
 .AnyTagClassName
 {
   color: #35688A;
 }
</style>

background-color css

<style>
 a { background-color: #35688A; }

 a { background-color: rgb(53,104,138); }

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

border-color css

<style>
 span { border-color: #35688A; }

 span { border-color: rgb(53,104,138); }

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