Html Css Color HEX #307374 Atoll

📋 copy color: '#307374'

red 48 ◦ green 115 ◦ blue 116

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

Shades of Atoll #307374

Tints of Atoll #307374

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.22%

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

R = 17.2%
G = 41.22%
B = 41.58%

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#307374 (or 0x307374) is known color: Atoll. HEX triplet: 30, 73 and 74. RGB value is (48,115,116). Sum of RGB (Red+Green+Blue) = 48+115+116=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 116 - color contains mainly: blue. Hex color #307374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307374 is #CF8C8B. Grayscale: #5F5F5F. Windows color (decimal): -13601932 or 7631664. OLE color: 7631664.

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

Color convert

RGB 48 115 116 -
CMYK 0.59 0.01 0 0.55
HSL 180.88º 0.41% 0.32% -
HSV(B) 180.88º 0.59% 0.45% -
XYZ 10.5 14.15 18.7 -
YUV 95.08 139.8 94.42 -
System Red Green Blue C M Y K H S L
Decimal 48 115 116 0.59 0.01 0 0.55 180.88 0.41 0.32
Hex 30 73 74 3B 1 0 37 B5 29 20
Octal 60 163 164 73 1 0 67 265 51 40
Binary 110000 1110011 1110100 111011 1 0 110111 10110101 101001 100000

Color Harmonies of #307374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307374

Black with #307374

Text Example


Text Example

White with #307374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307374; }

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

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

background-color css

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

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

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

border-color css

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

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

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