Html Css Color HEX #307582 Atoll

📋 copy color: '#307582'

red 48 ◦ green 117 ◦ blue 130

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

Shades of Atoll #307582

Tints of Atoll #307582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.66%

 BLUE value IS 130 (51.17% from 255) = 44.07%

R = 16.27%
G = 39.66%
B = 44.07%

CMYK

 C value IS 0.63

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#307582 (or 0x307582) is known color: Atoll. HEX triplet: 30, 75 and 82. RGB value is (48,117,130). Sum of RGB (Red+Green+Blue) = 48+117+130=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #307582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307582 is #CF8A7D. Grayscale: #616161. Windows color (decimal): -13601406 or 8549680. OLE color: 8549680.

HSL color Cylindrical-coordinate representation of color #307582: hue angle of 189.51º 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 #307582 is Cyan = 0.63, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 117 130 -
CMYK 0.63 0.1 0 0.49
HSL 189.51º 0.46% 0.35% -
HSV(B) 189.51º 0.63% 0.51% -
XYZ 11.61 14.96 23.4 -
YUV 97.85 146.14 92.44 -
System Red Green Blue C M Y K H S L
Decimal 48 117 130 0.63 0.1 0 0.49 189.51 0.46 0.35
Hex 30 75 82 3F A 0 31 BE 2E 23
Octal 60 165 202 77 12 0 61 276 56 43
Binary 110000 1110101 10000010 111111 1010 0 110001 10111110 101110 100011

Color Harmonies of #307582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307582

Black with #307582

Text Example


Text Example

White with #307582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307582; }

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

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

background-color css

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

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

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

border-color css

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

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

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