Html Css Color HEX #307882 Atoll

📋 copy color: '#307882'

red 48 ◦ green 120 ◦ blue 130

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

Shades of Atoll #307882

Tints of Atoll #307882

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.27%

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

R = 16.11%
G = 40.27%
B = 43.62%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#307882 (or 0x307882) is known color: Atoll. HEX triplet: 30, 78 and 82. RGB value is (48,120,130). Sum of RGB (Red+Green+Blue) = 48+120+130=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 130 - color contains mainly: blue. Hex color #307882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307882 is #CF877D. Grayscale: #636363. Windows color (decimal): -13600638 or 8550448. OLE color: 8550448.

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

Color convert

RGB 48 120 130 -
CMYK 0.63 0.08 0 0.49
HSL 187.32º 0.46% 0.35% -
HSV(B) 187.32º 0.63% 0.51% -
XYZ 11.96 15.67 23.51 -
YUV 99.61 145.15 91.19 -
System Red Green Blue C M Y K H S L
Decimal 48 120 130 0.63 0.08 0 0.49 187.32 0.46 0.35
Hex 30 78 82 3F 8 0 31 BB 2E 23
Octal 60 170 202 77 10 0 61 273 56 43
Binary 110000 1111000 10000010 111111 1000 0 110001 10111011 101110 100011

Color Harmonies of #307882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307882

Black with #307882

Text Example


Text Example

White with #307882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307882; }

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

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

background-color css

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

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

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

border-color css

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

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

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