Html Css Color HEX #338283 Atoll

📋 copy color: '#338283'

red 51 ◦ green 130 ◦ blue 131

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

Shades of Atoll #338283

Tints of Atoll #338283

RGB

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

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

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

R = 16.35%
G = 41.67%
B = 41.99%

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#338283 (or 0x338283) is known color: Atoll. HEX triplet: 33, 82 and 83. RGB value is (51,130,131). Sum of RGB (Red+Green+Blue) = 51+130+131=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 131 - color contains mainly: blue. Hex color #338283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338283 is #CC7D7C. Grayscale: #6A6A6A. Windows color (decimal): -13401469 or 8618547. OLE color: 8618547.

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

Color convert

RGB 51 130 131 -
CMYK 0.61 0.01 0 0.49
HSL 180.75º 0.44% 0.36% -
HSV(B) 180.75º 0.61% 0.51% -
XYZ 13.44 18.31 24.3 -
YUV 106.49 141.83 88.42 -
System Red Green Blue C M Y K H S L
Decimal 51 130 131 0.61 0.01 0 0.49 180.75 0.44 0.36
Hex 33 82 83 3D 1 0 31 B5 2C 24
Octal 63 202 203 75 1 0 61 265 54 44
Binary 110011 10000010 10000011 111101 1 0 110001 10110101 101100 100100

Color Harmonies of #338283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338283

Black with #338283

Text Example


Text Example

White with #338283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338283; }

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

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

background-color css

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

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

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

border-color css

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

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

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