Html Css Color HEX #30737D Atoll

📋 copy color: '#30737D'

red 48 ◦ green 115 ◦ blue 125

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

Shades of Atoll #30737D

Tints of Atoll #30737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.93%

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

R = 16.67%
G = 39.93%
B = 43.4%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30737D (or 0x30737D) is known color: Atoll. HEX triplet: 30, 73 and 7D. RGB value is (48,115,125). Sum of RGB (Red+Green+Blue) = 48+115+125=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #30737D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30737D is #CF8C82. Grayscale: #606060. Windows color (decimal): -13601923 or 8221488. OLE color: 8221488.

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

Color convert

RGB 48 115 125 -
CMYK 0.62 0.08 0 0.51
HSL 187.79º 0.45% 0.34% -
HSV(B) 187.79º 0.62% 0.49% -
XYZ 11.05 14.37 21.59 -
YUV 96.11 144.3 93.69 -
System Red Green Blue C M Y K H S L
Decimal 48 115 125 0.62 0.08 0 0.51 187.79 0.45 0.34
Hex 30 73 7D 3E 8 0 33 BC 2D 22
Octal 60 163 175 76 10 0 63 274 55 42
Binary 110000 1110011 1111101 111110 1000 0 110011 10111100 101101 100010

Color Harmonies of #30737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30737D

Black with #30737D

Text Example


Text Example

White with #30737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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