Html Css Color HEX #338286 Atoll

📋 copy color: '#338286'

red 51 ◦ green 130 ◦ blue 134

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

Shades of Atoll #338286

Tints of Atoll #338286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.54%

R = 16.19%
G = 41.27%
B = 42.54%

CMYK

 C value IS 0.62

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#338286 (or 0x338286) is known color: Atoll. HEX triplet: 33, 82 and 86. RGB value is (51,130,134). Sum of RGB (Red+Green+Blue) = 51+130+134=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 134 - color contains mainly: blue. Hex color #338286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338286 is #CC7D79. Grayscale: #6A6A6A. Windows color (decimal): -13401466 or 8815155. OLE color: 8815155.

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

Color convert

RGB 51 130 134 -
CMYK 0.62 0.03 0 0.47
HSL 182.89º 0.45% 0.36% -
HSV(B) 182.89º 0.62% 0.53% -
XYZ 13.65 18.39 25.38 -
YUV 106.84 143.33 88.17 -
System Red Green Blue C M Y K H S L
Decimal 51 130 134 0.62 0.03 0 0.47 182.89 0.45 0.36
Hex 33 82 86 3E 3 0 2F B7 2D 24
Octal 63 202 206 76 3 0 57 267 55 44
Binary 110011 10000010 10000110 111110 11 0 101111 10110111 101101 100100

Color Harmonies of #338286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338286

Black with #338286

Text Example


Text Example

White with #338286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338286; }

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

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

background-color css

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

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

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

border-color css

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

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

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