Html Css Color HEX #308485 Atoll

📋 copy color: '#308485'

red 48 ◦ green 132 ◦ blue 133

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

Shades of Atoll #308485

Tints of Atoll #308485

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.17%

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

R = 15.34%
G = 42.17%
B = 42.49%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#308485 (or 0x308485) is known color: Atoll. HEX triplet: 30, 84 and 85. RGB value is (48,132,133). Sum of RGB (Red+Green+Blue) = 48+132+133=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 132 (51.95% from 255 or 42.17% 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 #308485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308485 is #CF7B7A. Grayscale: #6A6A6A. Windows color (decimal): -13597563 or 8750128. OLE color: 8750128.

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

Color convert

RGB 48 132 133 -
CMYK 0.64 0.01 0 0.48
HSL 180.71º 0.47% 0.35% -
HSV(B) 180.71º 0.64% 0.52% -
XYZ 13.7 18.82 25.1 -
YUV 107 142.67 85.92 -
System Red Green Blue C M Y K H S L
Decimal 48 132 133 0.64 0.01 0 0.48 180.71 0.47 0.35
Hex 30 84 85 40 1 0 30 B5 2F 23
Octal 60 204 205 100 1 0 60 265 57 43
Binary 110000 10000100 10000101 1000000 1 0 110000 10110101 101111 100011

Color Harmonies of #308485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308485

Black with #308485

Text Example


Text Example

White with #308485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308485; }

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

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

background-color css

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

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

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

border-color css

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

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

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