Html Css Color HEX #307578 Atoll

📋 copy color: '#307578'

red 48 ◦ green 117 ◦ blue 120

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

Shades of Atoll #307578

Tints of Atoll #307578

RGB

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

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

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

R = 16.84%
G = 41.05%
B = 42.11%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#307578 (or 0x307578) is known color: Atoll. HEX triplet: 30, 75 and 78. RGB value is (48,117,120). Sum of RGB (Red+Green+Blue) = 48+117+120=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #307578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307578 is #CF8A87. Grayscale: #606060. Windows color (decimal): -13601416 or 7894320. OLE color: 7894320.

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

Color convert

RGB 48 117 120 -
CMYK 0.60 0.02 0 0.53
HSL 182.5º 0.43% 0.33% -
HSV(B) 182.5º 0.6% 0.47% -
XYZ 10.97 14.71 20.03 -
YUV 96.71 141.14 93.26 -
System Red Green Blue C M Y K H S L
Decimal 48 117 120 0.60 0.02 0 0.53 182.5 0.43 0.33
Hex 30 75 78 3C 2 0 35 B6 2B 21
Octal 60 165 170 74 2 0 65 266 53 41
Binary 110000 1110101 1111000 111100 10 0 110101 10110110 101011 100001

Color Harmonies of #307578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307578

Black with #307578

Text Example


Text Example

White with #307578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307578; }

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

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

background-color css

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

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

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

border-color css

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

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

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