Html Css Color HEX #357782 Atoll

📋 copy color: '#357782'

red 53 ◦ green 119 ◦ blue 130

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

Shades of Atoll #357782

Tints of Atoll #357782

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.4%

 BLUE value IS 130 (51.17% from 255) = 43.05%

R = 17.55%
G = 39.4%
B = 43.05%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#357782 (or 0x357782) is known color: Atoll. HEX triplet: 35, 77 and 82. RGB value is (53,119,130). Sum of RGB (Red+Green+Blue) = 53+119+130=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #357782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357782 is #CA887D. Grayscale: #646464. Windows color (decimal): -13273214 or 8550197. OLE color: 8550197.

HSL color Cylindrical-coordinate representation of color #357782: hue angle of 188.57º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #357782 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 119 130 -
CMYK 0.59 0.08 0 0.49
HSL 188.57º 0.42% 0.36% -
HSV(B) 188.57º 0.59% 0.51% -
XYZ 12.09 15.56 23.49 -
YUV 100.52 144.63 94.11 -
System Red Green Blue C M Y K H S L
Decimal 53 119 130 0.59 0.08 0 0.49 188.57 0.42 0.36
Hex 35 77 82 3B 8 0 31 BD 2A 24
Octal 65 167 202 73 10 0 61 275 52 44
Binary 110101 1110111 10000010 111011 1000 0 110001 10111101 101010 100100

Color Harmonies of #357782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357782

Black with #357782

Text Example


Text Example

White with #357782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357782; }

 p { color: rgb(53,119,130); }

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

background-color css

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

 a { background-color: rgb(53,119,130); }

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

border-color css

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

 span { border-color: rgb(53,119,130); }

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