Html Css Color HEX #30717D Atoll

📋 copy color: '#30717D'

red 48 ◦ green 113 ◦ blue 125

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

Shades of Atoll #30717D

Tints of Atoll #30717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.51%

 BLUE value IS 125 (49.22% from 255) = 43.71%

R = 16.78%
G = 39.51%
B = 43.71%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30717D (or 0x30717D) is known color: Atoll. HEX triplet: 30, 71 and 7D. RGB value is (48,113,125). Sum of RGB (Red+Green+Blue) = 48+113+125=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #30717D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30717D is #CF8E82. Grayscale: #5E5E5E. Windows color (decimal): -13602435 or 8220976. OLE color: 8220976.

HSL color Cylindrical-coordinate representation of color #30717D: hue angle of 189.35º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30717D is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 113 125 -
CMYK 0.62 0.10 0 0.51
HSL 189.35º 0.45% 0.34% -
HSV(B) 189.35º 0.62% 0.49% -
XYZ 10.83 13.92 21.52 -
YUV 94.93 144.97 94.52 -
System Red Green Blue C M Y K H S L
Decimal 48 113 125 0.62 0.10 0 0.51 189.35 0.45 0.34
Hex 30 71 7D 3E A 0 33 BD 2D 22
Octal 60 161 175 76 12 0 63 275 55 42
Binary 110000 1110001 1111101 111110 1010 0 110011 10111101 101101 100010

Color Harmonies of #30717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30717D

Black with #30717D

Text Example


Text Example

White with #30717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30717D; }

 p { color: rgb(48,113,125); }

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

background-color css

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

 a { background-color: rgb(48,113,125); }

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

border-color css

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

 span { border-color: rgb(48,113,125); }

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