Html Css Color HEX #337B81 Atoll

📋 copy color: '#337B81'

red 51 ◦ green 123 ◦ blue 129

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

Shades of Atoll #337B81

Tints of Atoll #337B81

RGB

 RED value IS 51 (20.31% from 255) = 16.83%

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

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

R = 16.83%
G = 40.59%
B = 42.57%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#337B81 (or 0x337B81) is known color: Atoll. HEX triplet: 33, 7B and 81. RGB value is (51,123,129). Sum of RGB (Red+Green+Blue) = 51+123+129=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #337B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337B81 is #CC847E. Grayscale: #666666. Windows color (decimal): -13403263 or 8485683. OLE color: 8485683.

HSL color Cylindrical-coordinate representation of color #337B81: hue angle of 184.62º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337B81 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 123 129 -
CMYK 0.60 0.05 0 0.49
HSL 184.62º 0.43% 0.35% -
HSV(B) 184.62º 0.6% 0.51% -
XYZ 12.41 16.45 23.29 -
YUV 102.16 143.15 91.51 -
System Red Green Blue C M Y K H S L
Decimal 51 123 129 0.60 0.05 0 0.49 184.62 0.43 0.35
Hex 33 7B 81 3C 5 0 31 B9 2B 23
Octal 63 173 201 74 5 0 61 271 53 43
Binary 110011 1111011 10000001 111100 101 0 110001 10111001 101011 100011

Color Harmonies of #337B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337B81

Black with #337B81

Text Example


Text Example

White with #337B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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