Html Css Color HEX #338388 Atoll

📋 copy color: '#338388'

red 51 ◦ green 131 ◦ blue 136

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

Shades of Atoll #338388

Tints of Atoll #338388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.19%

 BLUE value IS 136 (53.52% from 255) = 42.77%

R = 16.04%
G = 41.19%
B = 42.77%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#338388 (or 0x338388) is known color: Atoll. HEX triplet: 33, 83 and 88. RGB value is (51,131,136). Sum of RGB (Red+Green+Blue) = 51+131+136=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #338388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338388 is #CC7C77. Grayscale: #6B6B6B. Windows color (decimal): -13401208 or 8946483. OLE color: 8946483.

HSL color Cylindrical-coordinate representation of color #338388: hue angle of 183.53º 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 #338388 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 131 136 -
CMYK 0.62 0.04 0 0.47
HSL 183.53º 0.45% 0.37% -
HSV(B) 183.53º 0.63% 0.53% -
XYZ 13.93 18.71 26.17 -
YUV 107.65 144 87.59 -
System Red Green Blue C M Y K H S L
Decimal 51 131 136 0.62 0.04 0 0.47 183.53 0.45 0.37
Hex 33 83 88 3E 4 0 2F B8 2D 25
Octal 63 203 210 76 4 0 57 270 55 45
Binary 110011 10000011 10001000 111110 100 0 101111 10111000 101101 100101

Color Harmonies of #338388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338388

Black with #338388

Text Example


Text Example

White with #338388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338388; }

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

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

background-color css

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

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

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

border-color css

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

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

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