Html Css Color HEX #338289 Atoll

📋 copy color: '#338289'

red 51 ◦ green 130 ◦ blue 137

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

Shades of Atoll #338289

Tints of Atoll #338289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.88%

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

R = 16.04%
G = 40.88%
B = 43.08%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#338289 (or 0x338289) is known color: Atoll. HEX triplet: 33, 82 and 89. RGB value is (51,130,137). Sum of RGB (Red+Green+Blue) = 51+130+137=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 137 - color contains mainly: blue. Hex color #338289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338289 is #CC7D76. Grayscale: #6B6B6B. Windows color (decimal): -13401463 or 9011763. OLE color: 9011763.

HSL color Cylindrical-coordinate representation of color #338289: hue angle of 184.88º 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 #338289 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 130 137 -
CMYK 0.63 0.05 0 0.46
HSL 184.88º 0.46% 0.37% -
HSV(B) 184.88º 0.63% 0.54% -
XYZ 13.86 18.48 26.5 -
YUV 107.18 144.83 87.93 -
System Red Green Blue C M Y K H S L
Decimal 51 130 137 0.63 0.05 0 0.46 184.88 0.46 0.37
Hex 33 82 89 3F 5 0 2E B9 2E 25
Octal 63 202 211 77 5 0 56 271 56 45
Binary 110011 10000010 10001001 111111 101 0 101110 10111001 101110 100101

Color Harmonies of #338289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338289

Black with #338289

Text Example


Text Example

White with #338289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338289; }

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

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

background-color css

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

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

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

border-color css

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

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

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