Html Css Color HEX #356B8B Astral

📋 copy color: '#356B8B'

red 53 ◦ green 107 ◦ blue 139

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

Shades of Astral #356B8B

Tints of Astral #356B8B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.79%

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

R = 17.73%
G = 35.79%
B = 46.49%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#356B8B (or 0x356B8B) is known color: Astral. HEX triplet: 35, 6B and 8B. RGB value is (53,107,139). Sum of RGB (Red+Green+Blue) = 53+107+139=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #356B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356B8B is #CA9474. Grayscale: #5E5E5E. Windows color (decimal): -13276277 or 9136949. OLE color: 9136949.

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

Color convert

RGB 53 107 139 -
CMYK 0.62 0.23 0 0.45
HSL 202.33º 0.45% 0.38% -
HSV(B) 202.33º 0.62% 0.55% -
XYZ 11.39 13.14 26.36 -
YUV 94.5 153.11 98.4 -
System Red Green Blue C M Y K H S L
Decimal 53 107 139 0.62 0.23 0 0.45 202.33 0.45 0.38
Hex 35 6B 8B 3E 17 0 2D CA 2D 26
Octal 65 153 213 76 27 0 55 312 55 46
Binary 110101 1101011 10001011 111110 10111 0 101101 11001010 101101 100110

Color Harmonies of #356B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B8B

Black with #356B8B

Text Example


Text Example

White with #356B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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