Html Css Color HEX #307378 Atoll

📋 copy color: '#307378'

red 48 ◦ green 115 ◦ blue 120

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

Shades of Atoll #307378

Tints of Atoll #307378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.4%

R = 16.96%
G = 40.64%
B = 42.4%

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

#307378 (or 0x307378) is known color: Atoll. HEX triplet: 30, 73 and 78. RGB value is (48,115,120). Sum of RGB (Red+Green+Blue) = 48+115+120=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #307378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307378 is #CF8C87. Grayscale: #5F5F5F. Windows color (decimal): -13601928 or 7893808. OLE color: 7893808.

HSL color Cylindrical-coordinate representation of color #307378: hue angle of 184.17º 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 #307378 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 115 120 -
CMYK 0.60 0.04 0 0.53
HSL 184.17º 0.43% 0.33% -
HSV(B) 184.17º 0.6% 0.47% -
XYZ 10.74 14.25 19.95 -
YUV 95.54 141.8 94.09 -
System Red Green Blue C M Y K H S L
Decimal 48 115 120 0.60 0.04 0 0.53 184.17 0.43 0.33
Hex 30 73 78 3C 4 0 35 B8 2B 21
Octal 60 163 170 74 4 0 65 270 53 41
Binary 110000 1110011 1111000 111100 100 0 110101 10111000 101011 100001

Color Harmonies of #307378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307378

Black with #307378

Text Example


Text Example

White with #307378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307378; }

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

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

background-color css

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

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

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

border-color css

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

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

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