Html Css Color HEX #30757D Atoll

📋 copy color: '#30757D'

red 48 ◦ green 117 ◦ blue 125

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

Shades of Atoll #30757D

Tints of Atoll #30757D

RGB

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

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

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

R = 16.55%
G = 40.34%
B = 43.1%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30757D (or 0x30757D) is known color: Atoll. HEX triplet: 30, 75 and 7D. RGB value is (48,117,125). Sum of RGB (Red+Green+Blue) = 48+117+125=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 125 - color contains mainly: blue. Hex color #30757D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30757D is #CF8A82. Grayscale: #616161. Windows color (decimal): -13601411 or 8222000. OLE color: 8222000.

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

Color convert

RGB 48 117 125 -
CMYK 0.62 0.06 0 0.51
HSL 186.23º 0.45% 0.34% -
HSV(B) 186.23º 0.62% 0.49% -
XYZ 11.28 14.83 21.67 -
YUV 97.28 143.64 92.85 -
System Red Green Blue C M Y K H S L
Decimal 48 117 125 0.62 0.06 0 0.51 186.23 0.45 0.34
Hex 30 75 7D 3E 6 0 33 BA 2D 22
Octal 60 165 175 76 6 0 63 272 55 42
Binary 110000 1110101 1111101 111110 110 0 110011 10111010 101101 100010

Color Harmonies of #30757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30757D

Black with #30757D

Text Example


Text Example

White with #30757D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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