Html Css Color HEX #338882 Atoll

📋 copy color: '#338882'

red 51 ◦ green 136 ◦ blue 130

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

Shades of Atoll #338882

Tints of Atoll #338882

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.9%

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

R = 16.09%
G = 42.9%
B = 41.01%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#338882 (or 0x338882) is known color: Atoll. HEX triplet: 33, 88 and 82. RGB value is (51,136,130). Sum of RGB (Red+Green+Blue) = 51+136+130=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #338882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338882 is #CC777D. Grayscale: #6D6D6D. Windows color (decimal): -13399934 or 8554547. OLE color: 8554547.

HSL color Cylindrical-coordinate representation of color #338882: hue angle of 175.76º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338882 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 136 130 -
CMYK 0.62 0 0.04 0.47
HSL 175.76º 0.45% 0.37% -
HSV(B) 175.76º 0.63% 0.53% -
XYZ 14.2 19.92 24.22 -
YUV 109.9 139.34 85.99 -
System Red Green Blue C M Y K H S L
Decimal 51 136 130 0.62 0 0.04 0.47 175.76 0.45 0.37
Hex 33 88 82 3E 0 4 2F B0 2D 25
Octal 63 210 202 76 0 4 57 260 55 45
Binary 110011 10001000 10000010 111110 0 100 101111 10110000 101101 100101

Color Harmonies of #338882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338882

Black with #338882

Text Example


Text Example

White with #338882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338882; }

 p { color: rgb(51,136,130); }

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

background-color css

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

 a { background-color: rgb(51,136,130); }

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

border-color css

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

 span { border-color: rgb(51,136,130); }

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