Html Css Color HEX #307574 Atoll

📋 copy color: '#307574'

red 48 ◦ green 117 ◦ blue 116

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

Shades of Atoll #307574

Tints of Atoll #307574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.28%

R = 17.08%
G = 41.64%
B = 41.28%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#307574 (or 0x307574) is known color: Atoll. HEX triplet: 30, 75 and 74. RGB value is (48,117,116). Sum of RGB (Red+Green+Blue) = 48+117+116=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #307574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307574 is #CF8A8B. Grayscale: #606060. Windows color (decimal): -13601420 or 7632176. OLE color: 7632176.

HSL color Cylindrical-coordinate representation of color #307574: hue angle of 179.13º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307574 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 117 116 -
CMYK 0.59 0 0.01 0.54
HSL 179.13º 0.42% 0.32% -
HSV(B) 179.13º 0.59% 0.46% -
XYZ 10.73 14.61 18.78 -
YUV 96.26 139.14 93.58 -
System Red Green Blue C M Y K H S L
Decimal 48 117 116 0.59 0 0.01 0.54 179.13 0.42 0.32
Hex 30 75 74 3B 0 1 36 B3 2A 20
Octal 60 165 164 73 0 1 66 263 52 40
Binary 110000 1110101 1110100 111011 0 1 110110 10110011 101010 100000

Color Harmonies of #307574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307574

Black with #307574

Text Example


Text Example

White with #307574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307574; }

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

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

background-color css

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

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

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

border-color css

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

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

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