Html Css Color HEX #356F8A Astral

📋 copy color: '#356F8A'

red 53 ◦ green 111 ◦ blue 138

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

Shades of Astral #356F8A

Tints of Astral #356F8A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.75%

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

R = 17.55%
G = 36.75%
B = 45.7%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#356F8A (or 0x356F8A) is known color: Astral. HEX triplet: 35, 6F and 8A. RGB value is (53,111,138). Sum of RGB (Red+Green+Blue) = 53+111+138=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 138 - color contains mainly: blue. Hex color #356F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356F8A is #CA9075. Grayscale: #606060. Windows color (decimal): -13275254 or 9072437. OLE color: 9072437.

HSL color Cylindrical-coordinate representation of color #356F8A: hue angle of 199.06º 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 #356F8A is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 111 138 -
CMYK 0.62 0.20 0 0.46
HSL 199.06º 0.45% 0.37% -
HSV(B) 199.06º 0.62% 0.54% -
XYZ 11.74 13.96 26.12 -
YUV 96.74 151.28 96.8 -
System Red Green Blue C M Y K H S L
Decimal 53 111 138 0.62 0.20 0 0.46 199.06 0.45 0.37
Hex 35 6F 8A 3E 14 0 2E C7 2D 25
Octal 65 157 212 76 24 0 56 307 55 45
Binary 110101 1101111 10001010 111110 10100 0 101110 11000111 101101 100101

Color Harmonies of #356F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356F8A

Black with #356F8A

Text Example


Text Example

White with #356F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356F8A; }

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

 H1.HeaderClassName
 {
   color: #356F8A;
 }
 .AnyTagClassName
 {
   color: #356F8A;
 }
</style>

background-color css

<style>
 a { background-color: #356F8A; }

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

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

border-color css

<style>
 span { border-color: #356F8A; }

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

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