Html Css Color HEX #338185 Atoll

📋 copy color: '#338185'

red 51 ◦ green 129 ◦ blue 133

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

Shades of Atoll #338185

Tints of Atoll #338185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.21%

 BLUE value IS 133 (52.34% from 255) = 42.49%

R = 16.29%
G = 41.21%
B = 42.49%

CMYK

 C value IS 0.62

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#338185 (or 0x338185) is known color: Atoll. HEX triplet: 33, 81 and 85. RGB value is (51,129,133). Sum of RGB (Red+Green+Blue) = 51+129+133=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #338185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338185 is #CC7E7A. Grayscale: #6A6A6A. Windows color (decimal): -13401723 or 8749363. OLE color: 8749363.

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

Color convert

RGB 51 129 133 -
CMYK 0.62 0.03 0 0.48
HSL 182.93º 0.45% 0.36% -
HSV(B) 182.93º 0.62% 0.52% -
XYZ 13.45 18.1 24.97 -
YUV 106.13 143.16 88.67 -
System Red Green Blue C M Y K H S L
Decimal 51 129 133 0.62 0.03 0 0.48 182.93 0.45 0.36
Hex 33 81 85 3E 3 0 30 B7 2D 24
Octal 63 201 205 76 3 0 60 267 55 44
Binary 110011 10000001 10000101 111110 11 0 110000 10110111 101101 100100

Color Harmonies of #338185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338185

Black with #338185

Text Example


Text Example

White with #338185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338185; }

 p { color: rgb(51,129,133); }

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

background-color css

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

 a { background-color: rgb(51,129,133); }

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

border-color css

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

 span { border-color: rgb(51,129,133); }

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