Html Css Color HEX #30696F Atoll

📋 copy color: '#30696F'

red 48 ◦ green 105 ◦ blue 111

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

Shades of Atoll #30696F

Tints of Atoll #30696F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.05%

R = 18.18%
G = 39.77%
B = 42.05%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#30696F (or 0x30696F) is known color: Atoll. HEX triplet: 30, 69 and 6F. RGB value is (48,105,111). Sum of RGB (Red+Green+Blue) = 48+105+111=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 111 - color contains mainly: blue. Hex color #30696F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30696F is #CF9690. Grayscale: #585858. Windows color (decimal): -13604497 or 7301424. OLE color: 7301424.

HSL color Cylindrical-coordinate representation of color #30696F: hue angle of 185.71º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30696F is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 105 111 -
CMYK 0.57 0.05 0 0.56
HSL 185.71º 0.4% 0.31% -
HSV(B) 185.71º 0.57% 0.44% -
XYZ 9.14 11.88 16.85 -
YUV 88.64 140.62 99.01 -
System Red Green Blue C M Y K H S L
Decimal 48 105 111 0.57 0.05 0 0.56 185.71 0.4 0.31
Hex 30 69 6F 39 5 0 38 BA 28 1F
Octal 60 151 157 71 5 0 70 272 50 37
Binary 110000 1101001 1101111 111001 101 0 111000 10111010 101000 11111

Color Harmonies of #30696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30696F

Black with #30696F

Text Example


Text Example

White with #30696F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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