Html Css Color HEX #356C7C Astral

📋 copy color: '#356C7C'

red 53 ◦ green 108 ◦ blue 124

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

Shades of Astral #356C7C

Tints of Astral #356C7C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.89%

 BLUE value IS 124 (48.83% from 255) = 43.51%

R = 18.6%
G = 37.89%
B = 43.51%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#356C7C (or 0x356C7C) is known color: Astral. HEX triplet: 35, 6C and 7C. RGB value is (53,108,124). Sum of RGB (Red+Green+Blue) = 53+108+124=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #356C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C7C is #CA9383. Grayscale: #5D5D5D. Windows color (decimal): -13276036 or 8154165. OLE color: 8154165.

HSL color Cylindrical-coordinate representation of color #356C7C: hue angle of 193.52º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #356C7C is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 108 124 -
CMYK 0.57 0.13 0 0.51
HSL 193.52º 0.4% 0.35% -
HSV(B) 193.52º 0.57% 0.49% -
XYZ 10.47 12.94 21.01 -
YUV 93.38 145.28 99.2 -
System Red Green Blue C M Y K H S L
Decimal 53 108 124 0.57 0.13 0 0.51 193.52 0.4 0.35
Hex 35 6C 7C 39 D 0 33 C2 28 23
Octal 65 154 174 71 15 0 63 302 50 43
Binary 110101 1101100 1111100 111001 1101 0 110011 11000010 101000 100011

Color Harmonies of #356C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356C7C

Black with #356C7C

Text Example


Text Example

White with #356C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,108,124); }

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

background-color css

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

 a { background-color: rgb(53,108,124); }

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

border-color css

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

 span { border-color: rgb(53,108,124); }

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