Html Css Color HEX #30516A Chathams Blue

📋 copy color: '#30516A'

red 48 ◦ green 81 ◦ blue 106

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

Shades of Chathams Blue #30516A

Tints of Chathams Blue #30516A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.47%

 BLUE value IS 106 (41.8% from 255) = 45.11%

R = 20.43%
G = 34.47%
B = 45.11%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30516A (or 0x30516A) is known color: Chathams Blue. HEX triplet: 30, 51 and 6A. RGB value is (48,81,106). Sum of RGB (Red+Green+Blue) = 48+81+106=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 106 - color contains mainly: blue. Hex color #30516A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30516A is #CFAE95. Grayscale: #494949. Windows color (decimal): -13610646 or 6967600. OLE color: 6967600.

HSL color Cylindrical-coordinate representation of color #30516A: hue angle of 205.86º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30516A is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 81 106 -
CMYK 0.55 0.24 0 0.58
HSL 205.86º 0.38% 0.3% -
HSV(B) 205.86º 0.55% 0.42% -
XYZ 6.76 7.55 14.74 -
YUV 73.98 146.07 109.47 -
System Red Green Blue C M Y K H S L
Decimal 48 81 106 0.55 0.24 0 0.58 205.86 0.38 0.3
Hex 30 51 6A 37 18 0 3A CE 26 1E
Octal 60 121 152 67 30 0 72 316 46 36
Binary 110000 1010001 1101010 110111 11000 0 111010 11001110 100110 11110

Color Harmonies of #30516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30516A

Black with #30516A

Text Example


Text Example

White with #30516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30516A; }

 p { color: rgb(48,81,106); }

 H1.HeaderClassName
 {
   color: #30516A;
 }
 .AnyTagClassName
 {
   color: #30516A;
 }
</style>

background-color css

<style>
 a { background-color: #30516A; }

 a { background-color: rgb(48,81,106); }

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

border-color css

<style>
 span { border-color: #30516A; }

 span { border-color: rgb(48,81,106); }

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