Html Css Color HEX #307479 Atoll

📋 copy color: '#307479'

red 48 ◦ green 116 ◦ blue 121

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

Shades of Atoll #307479

Tints of Atoll #307479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.7%

 BLUE value IS 121 (47.66% from 255) = 42.46%

R = 16.84%
G = 40.7%
B = 42.46%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#307479 (or 0x307479) is known color: Atoll. HEX triplet: 30, 74 and 79. RGB value is (48,116,121). Sum of RGB (Red+Green+Blue) = 48+116+121=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 121 - color contains mainly: blue. Hex color #307479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307479 is #CF8B86. Grayscale: #606060. Windows color (decimal): -13601671 or 7959600. OLE color: 7959600.

HSL color Cylindrical-coordinate representation of color #307479: hue angle of 184.11º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307479 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 116 121 -
CMYK 0.60 0.04 0 0.53
HSL 184.11º 0.43% 0.33% -
HSV(B) 184.11º 0.6% 0.47% -
XYZ 10.92 14.5 20.31 -
YUV 96.24 141.97 93.59 -
System Red Green Blue C M Y K H S L
Decimal 48 116 121 0.60 0.04 0 0.53 184.11 0.43 0.33
Hex 30 74 79 3C 4 0 35 B8 2B 21
Octal 60 164 171 74 4 0 65 270 53 41
Binary 110000 1110100 1111001 111100 100 0 110101 10111000 101011 100001

Color Harmonies of #307479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307479

Black with #307479

Text Example


Text Example

White with #307479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307479; }

 p { color: rgb(48,116,121); }

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

background-color css

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

 a { background-color: rgb(48,116,121); }

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

border-color css

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

 span { border-color: rgb(48,116,121); }

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