Html Css Color HEX #357B81 Atoll

📋 copy color: '#357B81'

red 53 ◦ green 123 ◦ blue 129

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

Shades of Atoll #357B81

Tints of Atoll #357B81

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.33%

 BLUE value IS 129 (50.78% from 255) = 42.3%

R = 17.38%
G = 40.33%
B = 42.3%

CMYK

 C value IS 0.59

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#357B81 (or 0x357B81) is known color: Atoll. HEX triplet: 35, 7B and 81. RGB value is (53,123,129). Sum of RGB (Red+Green+Blue) = 53+123+129=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #357B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357B81 is #CA847E. Grayscale: #666666. Windows color (decimal): -13272191 or 8485685. OLE color: 8485685.

HSL color Cylindrical-coordinate representation of color #357B81: hue angle of 184.74º 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 #357B81 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 123 129 -
CMYK 0.59 0.05 0 0.49
HSL 184.74º 0.42% 0.36% -
HSV(B) 184.74º 0.59% 0.51% -
XYZ 12.51 16.51 23.3 -
YUV 102.75 142.81 92.51 -
System Red Green Blue C M Y K H S L
Decimal 53 123 129 0.59 0.05 0 0.49 184.74 0.42 0.36
Hex 35 7B 81 3B 5 0 31 B9 2A 24
Octal 65 173 201 73 5 0 61 271 52 44
Binary 110101 1111011 10000001 111011 101 0 110001 10111001 101010 100100

Color Harmonies of #357B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357B81

Black with #357B81

Text Example


Text Example

White with #357B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357B81; }

 p { color: rgb(53,123,129); }

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

background-color css

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

 a { background-color: rgb(53,123,129); }

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

border-color css

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

 span { border-color: rgb(53,123,129); }

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