Html Css Color HEX #306F71 Atoll

📋 copy color: '#306F71'

red 48 ◦ green 111 ◦ blue 113

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

Shades of Atoll #306F71

Tints of Atoll #306F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 41.54%

R = 17.65%
G = 40.81%
B = 41.54%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#306F71 (or 0x306F71) is known color: Atoll. HEX triplet: 30, 6F and 71. RGB value is (48,111,113). Sum of RGB (Red+Green+Blue) = 48+111+113=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #306F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F71 is #CF908E. Grayscale: #5C5C5C. Windows color (decimal): -13602959 or 7434032. OLE color: 7434032.

HSL color Cylindrical-coordinate representation of color #306F71: hue angle of 181.85º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #306F71 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 111 113 -
CMYK 0.58 0.02 0 0.56
HSL 181.85º 0.4% 0.32% -
HSV(B) 181.85º 0.58% 0.44% -
XYZ 9.88 13.19 17.65 -
YUV 92.39 139.63 96.34 -
System Red Green Blue C M Y K H S L
Decimal 48 111 113 0.58 0.02 0 0.56 181.85 0.4 0.32
Hex 30 6F 71 3A 2 0 38 B6 28 20
Octal 60 157 161 72 2 0 70 266 50 40
Binary 110000 1101111 1110001 111010 10 0 111000 10110110 101000 100000

Color Harmonies of #306F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F71

Black with #306F71

Text Example


Text Example

White with #306F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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