Html Css Color HEX #30696D Atoll

📋 copy color: '#30696D'

red 48 ◦ green 105 ◦ blue 109

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

Shades of Atoll #30696D

Tints of Atoll #30696D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.6%

R = 18.32%
G = 40.08%
B = 41.6%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30696D (or 0x30696D) is known color: Atoll. HEX triplet: 30, 69 and 6D. RGB value is (48,105,109). Sum of RGB (Red+Green+Blue) = 48+105+109=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 109 - color contains mainly: blue. Hex color #30696D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30696D is #CF9692. Grayscale: #585858. Windows color (decimal): -13604499 or 7170352. OLE color: 7170352.

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

Color convert

RGB 48 105 109 -
CMYK 0.56 0.04 0 0.57
HSL 183.93º 0.39% 0.31% -
HSV(B) 183.93º 0.56% 0.43% -
XYZ 9.03 11.84 16.28 -
YUV 88.41 139.62 99.17 -
System Red Green Blue C M Y K H S L
Decimal 48 105 109 0.56 0.04 0 0.57 183.93 0.39 0.31
Hex 30 69 6D 38 4 0 39 B8 27 1F
Octal 60 151 155 70 4 0 71 270 47 37
Binary 110000 1101001 1101101 111000 100 0 111001 10111000 100111 11111

Color Harmonies of #30696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30696D

Black with #30696D

Text Example


Text Example

White with #30696D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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