Html Css Color HEX #35748B Astral

📋 copy color: '#35748B'

red 53 ◦ green 116 ◦ blue 139

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

Shades of Astral #35748B

Tints of Astral #35748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.66%

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

R = 17.21%
G = 37.66%
B = 45.13%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35748B (or 0x35748B) is known color: Astral. HEX triplet: 35, 74 and 8B. RGB value is (53,116,139). Sum of RGB (Red+Green+Blue) = 53+116+139=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #35748B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35748B is #CA8B74. Grayscale: #636363. Windows color (decimal): -13273973 or 9139253. OLE color: 9139253.

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

Color convert

RGB 53 116 139 -
CMYK 0.62 0.17 0 0.45
HSL 196.05º 0.45% 0.38% -
HSV(B) 196.05º 0.62% 0.55% -
XYZ 12.37 15.11 26.69 -
YUV 99.79 150.13 94.63 -
System Red Green Blue C M Y K H S L
Decimal 53 116 139 0.62 0.17 0 0.45 196.05 0.45 0.38
Hex 35 74 8B 3E 11 0 2D C4 2D 26
Octal 65 164 213 76 21 0 55 304 55 46
Binary 110101 1110100 10001011 111110 10001 0 101101 11000100 101101 100110

Color Harmonies of #35748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35748B

Black with #35748B

Text Example


Text Example

White with #35748B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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