Html Css Color HEX #30747C Atoll

📋 copy color: '#30747C'

red 48 ◦ green 116 ◦ blue 124

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

Shades of Atoll #30747C

Tints of Atoll #30747C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.06%

R = 16.67%
G = 40.28%
B = 43.06%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30747C (or 0x30747C) is known color: Atoll. HEX triplet: 30, 74 and 7C. RGB value is (48,116,124). Sum of RGB (Red+Green+Blue) = 48+116+124=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #30747C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30747C is #CF8B83. Grayscale: #606060. Windows color (decimal): -13601668 or 8156208. OLE color: 8156208.

HSL color Cylindrical-coordinate representation of color #30747C: hue angle of 186.32º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30747C is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 116 124 -
CMYK 0.61 0.06 0 0.51
HSL 186.32º 0.44% 0.34% -
HSV(B) 186.32º 0.61% 0.49% -
XYZ 11.1 14.57 21.3 -
YUV 96.58 143.47 93.35 -
System Red Green Blue C M Y K H S L
Decimal 48 116 124 0.61 0.06 0 0.51 186.32 0.44 0.34
Hex 30 74 7C 3D 6 0 33 BA 2C 22
Octal 60 164 174 75 6 0 63 272 54 42
Binary 110000 1110100 1111100 111101 110 0 110011 10111010 101100 100010

Color Harmonies of #30747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30747C

Black with #30747C

Text Example


Text Example

White with #30747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30747C; }

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

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

background-color css

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

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

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

border-color css

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

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

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