Html Css Color HEX #30546A Chathams Blue

📋 copy color: '#30546A'

red 48 ◦ green 84 ◦ blue 106

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

Shades of Chathams Blue #30546A

Tints of Chathams Blue #30546A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.29%

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

R = 20.17%
G = 35.29%
B = 44.54%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30546A (or 0x30546A) is known color: Chathams Blue. HEX triplet: 30, 54 and 6A. RGB value is (48,84,106). Sum of RGB (Red+Green+Blue) = 48+84+106=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #30546A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30546A is #CFAB95. Grayscale: #4B4B4B. Windows color (decimal): -13609878 or 6968368. OLE color: 6968368.

HSL color Cylindrical-coordinate representation of color #30546A: hue angle of 202.76º 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 #30546A is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 84 106 -
CMYK 0.55 0.21 0 0.58
HSL 202.76º 0.38% 0.3% -
HSV(B) 202.76º 0.55% 0.42% -
XYZ 6.99 8.01 14.81 -
YUV 75.74 145.07 108.21 -
System Red Green Blue C M Y K H S L
Decimal 48 84 106 0.55 0.21 0 0.58 202.76 0.38 0.3
Hex 30 54 6A 37 15 0 3A CB 26 1E
Octal 60 124 152 67 25 0 72 313 46 36
Binary 110000 1010100 1101010 110111 10101 0 111010 11001011 100110 11110

Color Harmonies of #30546A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30546A

Black with #30546A

Text Example


Text Example

White with #30546A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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