Html Css Color HEX #338089 Atoll

📋 copy color: '#338089'

red 51 ◦ green 128 ◦ blue 137

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

Shades of Atoll #338089

Tints of Atoll #338089

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.51%

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

R = 16.14%
G = 40.51%
B = 43.35%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#338089 (or 0x338089) is known color: Atoll. HEX triplet: 33, 80 and 89. RGB value is (51,128,137). Sum of RGB (Red+Green+Blue) = 51+128+137=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #338089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338089 is #CC7F76. Grayscale: #696969. Windows color (decimal): -13401975 or 9011251. OLE color: 9011251.

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

Color convert

RGB 51 128 137 -
CMYK 0.63 0.07 0 0.46
HSL 186.28º 0.46% 0.37% -
HSV(B) 186.28º 0.63% 0.54% -
XYZ 13.6 17.95 26.41 -
YUV 106 145.49 88.77 -
System Red Green Blue C M Y K H S L
Decimal 51 128 137 0.63 0.07 0 0.46 186.28 0.46 0.37
Hex 33 80 89 3F 7 0 2E BA 2E 25
Octal 63 200 211 77 7 0 56 272 56 45
Binary 110011 10000000 10001001 111111 111 0 101110 10111010 101110 100101

Color Harmonies of #338089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338089

Black with #338089

Text Example


Text Example

White with #338089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338089; }

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

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

background-color css

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

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

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

border-color css

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

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

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