Html Css Color HEX #30546D Chathams Blue

📋 copy color: '#30546D'

red 48 ◦ green 84 ◦ blue 109

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

Shades of Chathams Blue #30546D

Tints of Chathams Blue #30546D

RGB

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

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

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

R = 19.92%
G = 34.85%
B = 45.23%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30546D (or 0x30546D) is known color: Chathams Blue. HEX triplet: 30, 54 and 6D. RGB value is (48,84,109). Sum of RGB (Red+Green+Blue) = 48+84+109=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #30546D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30546D is #CFAB92. Grayscale: #4B4B4B. Windows color (decimal): -13609875 or 7164976. OLE color: 7164976.

HSL color Cylindrical-coordinate representation of color #30546D: hue angle of 204.59º 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 #30546D is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 84 109 -
CMYK 0.56 0.23 0 0.57
HSL 204.59º 0.39% 0.31% -
HSV(B) 204.59º 0.56% 0.43% -
XYZ 7.15 8.07 15.65 -
YUV 76.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 48 84 109 0.56 0.23 0 0.57 204.59 0.39 0.31
Hex 30 54 6D 38 17 0 39 CD 27 1F
Octal 60 124 155 70 27 0 71 315 47 37
Binary 110000 1010100 1101101 111000 10111 0 111001 11001101 100111 11111

Color Harmonies of #30546D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30546D

Black with #30546D

Text Example


Text Example

White with #30546D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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