Html Css Color HEX #308385 Atoll

📋 copy color: '#308385'

red 48 ◦ green 131 ◦ blue 133

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

Shades of Atoll #308385

Tints of Atoll #308385

RGB

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

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

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

R = 15.38%
G = 41.99%
B = 42.63%

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

#308385 (or 0x308385) is known color: Atoll. HEX triplet: 30, 83 and 85. RGB value is (48,131,133). Sum of RGB (Red+Green+Blue) = 48+131+133=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 131 (51.56% from 255 or 41.99% 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 #308385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308385 is #CF7C7A. Grayscale: #6A6A6A. Windows color (decimal): -13597819 or 8749872. OLE color: 8749872.

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

Color convert

RGB 48 131 133 -
CMYK 0.64 0.02 0 0.48
HSL 181.41º 0.47% 0.35% -
HSV(B) 181.41º 0.64% 0.52% -
XYZ 13.57 18.55 25.06 -
YUV 106.41 143 86.34 -
System Red Green Blue C M Y K H S L
Decimal 48 131 133 0.64 0.02 0 0.48 181.41 0.47 0.35
Hex 30 83 85 40 2 0 30 B5 2F 23
Octal 60 203 205 100 2 0 60 265 57 43
Binary 110000 10000011 10000101 1000000 10 0 110000 10110101 101111 100011

Color Harmonies of #308385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308385

Black with #308385

Text Example


Text Example

White with #308385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308385; }

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

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

background-color css

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

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

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

border-color css

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

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

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