Html Css Color HEX #306D75 Atoll

📋 copy color: '#306D75'

red 48 ◦ green 109 ◦ blue 117

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

Shades of Atoll #306D75

Tints of Atoll #306D75

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.78%

 BLUE value IS 117 (46.09% from 255) = 42.7%

R = 17.52%
G = 39.78%
B = 42.7%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#306D75 (or 0x306D75) is known color: Atoll. HEX triplet: 30, 6D and 75. RGB value is (48,109,117). Sum of RGB (Red+Green+Blue) = 48+109+117=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #306D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306D75 is #CF928A. Grayscale: #5B5B5B. Windows color (decimal): -13603467 or 7695664. OLE color: 7695664.

HSL color Cylindrical-coordinate representation of color #306D75: hue angle of 186.96º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306D75 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 109 117 -
CMYK 0.59 0.07 0 0.54
HSL 186.96º 0.42% 0.32% -
HSV(B) 186.96º 0.59% 0.46% -
XYZ 9.9 12.85 18.79 -
YUV 91.67 142.29 96.85 -
System Red Green Blue C M Y K H S L
Decimal 48 109 117 0.59 0.07 0 0.54 186.96 0.42 0.32
Hex 30 6D 75 3B 7 0 36 BB 2A 20
Octal 60 155 165 73 7 0 66 273 52 40
Binary 110000 1101101 1110101 111011 111 0 110110 10111011 101010 100000

Color Harmonies of #306D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306D75

Black with #306D75

Text Example


Text Example

White with #306D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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