Html Css Color HEX #307475 Atoll

📋 copy color: '#307475'

red 48 ◦ green 116 ◦ blue 117

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

Shades of Atoll #307475

Tints of Atoll #307475

RGB

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

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

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

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

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #307475: hue angle of 180.87º 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 #307475 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 116 117 -
CMYK 0.59 0.01 0 0.54
HSL 180.87º 0.42% 0.32% -
HSV(B) 180.87º 0.59% 0.46% -
XYZ 10.68 14.4 19.05 -
YUV 95.78 139.97 93.92 -
System Red Green Blue C M Y K H S L
Decimal 48 116 117 0.59 0.01 0 0.54 180.87 0.42 0.32
Hex 30 74 75 3B 1 0 36 B5 2A 20
Octal 60 164 165 73 1 0 66 265 52 40
Binary 110000 1110100 1110101 111011 1 0 110110 10110101 101010 100000

Color Harmonies of #307475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307475

Black with #307475

Text Example


Text Example

White with #307475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307475; }

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

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

background-color css

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

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

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

border-color css

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

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

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