Html Css Color HEX #338483 Atoll

📋 copy color: '#338483'

red 51 ◦ green 132 ◦ blue 131

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

Shades of Atoll #338483

Tints of Atoll #338483

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.04%

 BLUE value IS 131 (51.56% from 255) = 41.72%

R = 16.24%
G = 42.04%
B = 41.72%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#338483 (or 0x338483) is known color: Atoll. HEX triplet: 33, 84 and 83. RGB value is (51,132,131). Sum of RGB (Red+Green+Blue) = 51+132+131=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #338483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338483 is #CC7B7C. Grayscale: #6B6B6B. Windows color (decimal): -13400957 or 8619059. OLE color: 8619059.

HSL color Cylindrical-coordinate representation of color #338483: hue angle of 179.26º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338483 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 132 131 -
CMYK 0.61 0 0.01 0.48
HSL 179.26º 0.44% 0.36% -
HSV(B) 179.26º 0.61% 0.52% -
XYZ 13.71 18.85 24.39 -
YUV 107.67 141.16 87.58 -
System Red Green Blue C M Y K H S L
Decimal 51 132 131 0.61 0 0.01 0.48 179.26 0.44 0.36
Hex 33 84 83 3D 0 1 30 B3 2C 24
Octal 63 204 203 75 0 1 60 263 54 44
Binary 110011 10000100 10000011 111101 0 1 110000 10110011 101100 100100

Color Harmonies of #338483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338483

Black with #338483

Text Example


Text Example

White with #338483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338483; }

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

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

background-color css

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

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

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

border-color css

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

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

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