Html Css Color HEX #308283 Atoll

📋 copy color: '#308283'

red 48 ◦ green 130 ◦ blue 131

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

Shades of Atoll #308283

Tints of Atoll #308283

RGB

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

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

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

R = 15.53%
G = 42.07%
B = 42.39%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#308283 (or 0x308283) is known color: Atoll. HEX triplet: 30, 82 and 83. RGB value is (48,130,131). Sum of RGB (Red+Green+Blue) = 48+130+131=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #308283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308283 is #CF7D7C. Grayscale: #696969. Windows color (decimal): -13598077 or 8618544. OLE color: 8618544.

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

Color convert

RGB 48 130 131 -
CMYK 0.63 0.01 0 0.49
HSL 180.72º 0.46% 0.35% -
HSV(B) 180.72º 0.63% 0.51% -
XYZ 13.3 18.23 24.29 -
YUV 105.6 142.33 86.92 -
System Red Green Blue C M Y K H S L
Decimal 48 130 131 0.63 0.01 0 0.49 180.72 0.46 0.35
Hex 30 82 83 3F 1 0 31 B5 2E 23
Octal 60 202 203 77 1 0 61 265 56 43
Binary 110000 10000010 10000011 111111 1 0 110001 10110101 101110 100011

Color Harmonies of #308283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308283

Black with #308283

Text Example


Text Example

White with #308283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308283; }

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

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

background-color css

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

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

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

border-color css

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

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

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