Html Css Color HEX #338189 Atoll

📋 copy color: '#338189'

red 51 ◦ green 129 ◦ blue 137

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

Shades of Atoll #338189

Tints of Atoll #338189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.69%

 BLUE value IS 137 (53.91% from 255) = 43.22%

R = 16.09%
G = 40.69%
B = 43.22%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#338189 (or 0x338189) is known color: Atoll. HEX triplet: 33, 81 and 89. RGB value is (51,129,137). Sum of RGB (Red+Green+Blue) = 51+129+137=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 137 - color contains mainly: blue. Hex color #338189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338189 is #CC7E76. Grayscale: #6A6A6A. Windows color (decimal): -13401719 or 9011507. OLE color: 9011507.

HSL color Cylindrical-coordinate representation of color #338189: hue angle of 185.58º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338189 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 129 137 -
CMYK 0.63 0.06 0 0.46
HSL 185.58º 0.46% 0.37% -
HSV(B) 185.58º 0.63% 0.54% -
XYZ 13.73 18.21 26.46 -
YUV 106.59 145.16 88.35 -
System Red Green Blue C M Y K H S L
Decimal 51 129 137 0.63 0.06 0 0.46 185.58 0.46 0.37
Hex 33 81 89 3F 6 0 2E BA 2E 25
Octal 63 201 211 77 6 0 56 272 56 45
Binary 110011 10000001 10001001 111111 110 0 101110 10111010 101110 100101

Color Harmonies of #338189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338189

Black with #338189

Text Example


Text Example

White with #338189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338189; }

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

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

background-color css

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

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

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

border-color css

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

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

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