Html Css Color HEX #30696C Atoll

📋 copy color: '#30696C'

red 48 ◦ green 105 ◦ blue 108

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

Shades of Atoll #30696C

Tints of Atoll #30696C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.23%

 BLUE value IS 108 (42.58% from 255) = 41.38%

R = 18.39%
G = 40.23%
B = 41.38%

CMYK

 C value IS 0.56

 M value IS 0.03

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30696C (or 0x30696C) is known color: Atoll. HEX triplet: 30, 69 and 6C. RGB value is (48,105,108). Sum of RGB (Red+Green+Blue) = 48+105+108=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 108 - color contains mainly: blue. Hex color #30696C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30696C is #CF9693. Grayscale: #585858. Windows color (decimal): -13604500 or 7104816. OLE color: 7104816.

HSL color Cylindrical-coordinate representation of color #30696C: hue angle of 183º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30696C is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 105 108 -
CMYK 0.56 0.03 0 0.58
HSL 183º 0.38% 0.31% -
HSV(B) 183º 0.56% 0.42% -
XYZ 8.98 11.81 15.99 -
YUV 88.3 139.12 99.26 -
System Red Green Blue C M Y K H S L
Decimal 48 105 108 0.56 0.03 0 0.58 183 0.38 0.31
Hex 30 69 6C 38 3 0 3A B7 26 1F
Octal 60 151 154 70 3 0 72 267 46 37
Binary 110000 1101001 1101100 111000 11 0 111010 10110111 100110 11111

Color Harmonies of #30696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30696C

Black with #30696C

Text Example


Text Example

White with #30696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30696C; }

 p { color: rgb(48,105,108); }

 H1.HeaderClassName
 {
   color: #30696C;
 }
 .AnyTagClassName
 {
   color: #30696C;
 }
</style>

background-color css

<style>
 a { background-color: #30696C; }

 a { background-color: rgb(48,105,108); }

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

border-color css

<style>
 span { border-color: #30696C; }

 span { border-color: rgb(48,105,108); }

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