Html Css Color HEX #338085 Atoll

📋 copy color: '#338085'

red 51 ◦ green 128 ◦ blue 133

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

Shades of Atoll #338085

Tints of Atoll #338085

RGB

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

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

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

R = 16.35%
G = 41.03%
B = 42.63%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#338085 (or 0x338085) is known color: Atoll. HEX triplet: 33, 80 and 85. RGB value is (51,128,133). Sum of RGB (Red+Green+Blue) = 51+128+133=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #338085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338085 is #CC7F7A. Grayscale: #696969. Windows color (decimal): -13401979 or 8749107. OLE color: 8749107.

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

Color convert

RGB 51 128 133 -
CMYK 0.62 0.04 0 0.48
HSL 183.66º 0.45% 0.36% -
HSV(B) 183.66º 0.62% 0.52% -
XYZ 13.32 17.84 24.93 -
YUV 105.55 143.49 89.09 -
System Red Green Blue C M Y K H S L
Decimal 51 128 133 0.62 0.04 0 0.48 183.66 0.45 0.36
Hex 33 80 85 3E 4 0 30 B8 2D 24
Octal 63 200 205 76 4 0 60 270 55 44
Binary 110011 10000000 10000101 111110 100 0 110000 10111000 101101 100100

Color Harmonies of #338085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338085

Black with #338085

Text Example


Text Example

White with #338085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338085; }

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

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

background-color css

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

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

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

border-color css

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

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

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