Html Css Color HEX #306F77 Atoll

📋 copy color: '#306F77'

red 48 ◦ green 111 ◦ blue 119

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

Shades of Atoll #306F77

Tints of Atoll #306F77

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.93%

 BLUE value IS 119 (46.88% from 255) = 42.81%

R = 17.27%
G = 39.93%
B = 42.81%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#306F77 (or 0x306F77) is known color: Atoll. HEX triplet: 30, 6F and 77. RGB value is (48,111,119). Sum of RGB (Red+Green+Blue) = 48+111+119=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #306F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F77 is #CF9088. Grayscale: #5C5C5C. Windows color (decimal): -13602953 or 7827248. OLE color: 7827248.

HSL color Cylindrical-coordinate representation of color #306F77: hue angle of 186.76º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #306F77 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 111 119 -
CMYK 0.60 0.07 0 0.53
HSL 186.76º 0.43% 0.33% -
HSV(B) 186.76º 0.6% 0.47% -
XYZ 10.23 13.33 19.49 -
YUV 93.08 142.63 95.85 -
System Red Green Blue C M Y K H S L
Decimal 48 111 119 0.60 0.07 0 0.53 186.76 0.43 0.33
Hex 30 6F 77 3C 7 0 35 BB 2B 21
Octal 60 157 167 74 7 0 65 273 53 41
Binary 110000 1101111 1110111 111100 111 0 110101 10111011 101011 100001

Color Harmonies of #306F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F77

Black with #306F77

Text Example


Text Example

White with #306F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306F77; }

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

 H1.HeaderClassName
 {
   color: #306F77;
 }
 .AnyTagClassName
 {
   color: #306F77;
 }
</style>

background-color css

<style>
 a { background-color: #306F77; }

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

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

border-color css

<style>
 span { border-color: #306F77; }

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

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