Html Css Color HEX #35668B Astral

📋 copy color: '#35668B'

red 53 ◦ green 102 ◦ blue 139

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

Shades of Astral #35668B

Tints of Astral #35668B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.28%

R = 18.03%
G = 34.69%
B = 47.28%

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

#35668B (or 0x35668B) is known color: Astral. HEX triplet: 35, 66 and 8B. RGB value is (53,102,139). Sum of RGB (Red+Green+Blue) = 53+102+139=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #35668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35668B is #CA9974. Grayscale: #5B5B5B. Windows color (decimal): -13277557 or 9135669. OLE color: 9135669.

HSL color Cylindrical-coordinate representation of color #35668B: hue angle of 205.81º 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 #35668B is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 102 139 -
CMYK 0.62 0.27 0 0.45
HSL 205.81º 0.45% 0.38% -
HSV(B) 205.81º 0.62% 0.55% -
XYZ 10.88 12.12 26.19 -
YUV 91.57 154.77 100.49 -
System Red Green Blue C M Y K H S L
Decimal 53 102 139 0.62 0.27 0 0.45 205.81 0.45 0.38
Hex 35 66 8B 3E 1B 0 2D CE 2D 26
Octal 65 146 213 76 33 0 55 316 55 46
Binary 110101 1100110 10001011 111110 11011 0 101101 11001110 101101 100110

Color Harmonies of #35668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35668B

Black with #35668B

Text Example


Text Example

White with #35668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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