Html Css Color HEX #30757C Atoll

📋 copy color: '#30757C'

red 48 ◦ green 117 ◦ blue 124

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

Shades of Atoll #30757C

Tints of Atoll #30757C

RGB

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

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

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

R = 16.61%
G = 40.48%
B = 42.91%

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

#30757C (or 0x30757C) is known color: Atoll. HEX triplet: 30, 75 and 7C. RGB value is (48,117,124). Sum of RGB (Red+Green+Blue) = 48+117+124=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #30757C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30757C is #CF8A83. Grayscale: #616161. Windows color (decimal): -13601412 or 8156464. OLE color: 8156464.

HSL color Cylindrical-coordinate representation of color #30757C: hue angle of 185.53º 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 #30757C is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 117 124 -
CMYK 0.61 0.06 0 0.51
HSL 185.53º 0.44% 0.34% -
HSV(B) 185.53º 0.61% 0.49% -
XYZ 11.22 14.81 21.34 -
YUV 97.17 143.14 92.93 -
System Red Green Blue C M Y K H S L
Decimal 48 117 124 0.61 0.06 0 0.51 185.53 0.44 0.34
Hex 30 75 7C 3D 6 0 33 BA 2C 22
Octal 60 165 174 75 6 0 63 272 54 42
Binary 110000 1110101 1111100 111101 110 0 110011 10111010 101100 100010

Color Harmonies of #30757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30757C

Black with #30757C

Text Example


Text Example

White with #30757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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