Html Css Color HEX #30777D Atoll

📋 copy color: '#30777D'

red 48 ◦ green 119 ◦ blue 125

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

Shades of Atoll #30777D

Tints of Atoll #30777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.75%

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

R = 16.44%
G = 40.75%
B = 42.81%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30777D (or 0x30777D) is known color: Atoll. HEX triplet: 30, 77 and 7D. RGB value is (48,119,125). Sum of RGB (Red+Green+Blue) = 48+119+125=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 125 - color contains mainly: blue. Hex color #30777D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30777D is #CF8882. Grayscale: #626262. Windows color (decimal): -13600899 or 8222512. OLE color: 8222512.

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

Color convert

RGB 48 119 125 -
CMYK 0.62 0.05 0 0.51
HSL 184.68º 0.45% 0.34% -
HSV(B) 184.68º 0.62% 0.49% -
XYZ 11.52 15.3 21.75 -
YUV 98.46 142.98 92.01 -
System Red Green Blue C M Y K H S L
Decimal 48 119 125 0.62 0.05 0 0.51 184.68 0.45 0.34
Hex 30 77 7D 3E 5 0 33 B9 2D 22
Octal 60 167 175 76 5 0 63 271 55 42
Binary 110000 1110111 1111101 111110 101 0 110011 10111001 101101 100010

Color Harmonies of #30777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30777D

Black with #30777D

Text Example


Text Example

White with #30777D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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