Html Css Color HEX #308285 Atoll

📋 copy color: '#308285'

red 48 ◦ green 130 ◦ blue 133

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

Shades of Atoll #308285

Tints of Atoll #308285

RGB

 RED value IS 48 (19.14% from 255) = 15.43%

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

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

R = 15.43%
G = 41.8%
B = 42.77%

CMYK

 C value IS 0.64

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#308285 (or 0x308285) is known color: Atoll. HEX triplet: 30, 82 and 85. RGB value is (48,130,133). Sum of RGB (Red+Green+Blue) = 48+130+133=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #308285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308285 is #CF7D7A. Grayscale: #696969. Windows color (decimal): -13598075 or 8749616. OLE color: 8749616.

HSL color Cylindrical-coordinate representation of color #308285: hue angle of 182.12º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308285 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 130 133 -
CMYK 0.64 0.02 0 0.48
HSL 182.12º 0.47% 0.35% -
HSV(B) 182.12º 0.64% 0.52% -
XYZ 13.44 18.29 25.01 -
YUV 105.82 143.33 86.76 -
System Red Green Blue C M Y K H S L
Decimal 48 130 133 0.64 0.02 0 0.48 182.12 0.47 0.35
Hex 30 82 85 40 2 0 30 B6 2F 23
Octal 60 202 205 100 2 0 60 266 57 43
Binary 110000 10000010 10000101 1000000 10 0 110000 10110110 101111 100011

Color Harmonies of #308285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308285

Black with #308285

Text Example


Text Example

White with #308285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308285; }

 p { color: rgb(48,130,133); }

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

background-color css

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

 a { background-color: rgb(48,130,133); }

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

border-color css

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

 span { border-color: rgb(48,130,133); }

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