Html Css Color HEX #30546C Chathams Blue

📋 copy color: '#30546C'

red 48 ◦ green 84 ◦ blue 108

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

Shades of Chathams Blue #30546C

Tints of Chathams Blue #30546C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45%

R = 20%
G = 35%
B = 45%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30546C (or 0x30546C) is known color: Chathams Blue. HEX triplet: 30, 54 and 6C. RGB value is (48,84,108). Sum of RGB (Red+Green+Blue) = 48+84+108=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #30546C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30546C is #CFAB93. Grayscale: #4B4B4B. Windows color (decimal): -13609876 or 7099440. OLE color: 7099440.

HSL color Cylindrical-coordinate representation of color #30546C: hue angle of 204º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30546C is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 84 108 -
CMYK 0.56 0.22 0 0.58
HSL 204º 0.38% 0.31% -
HSV(B) 204º 0.56% 0.42% -
XYZ 7.1 8.05 15.37 -
YUV 75.97 146.07 108.05 -
System Red Green Blue C M Y K H S L
Decimal 48 84 108 0.56 0.22 0 0.58 204 0.38 0.31
Hex 30 54 6C 38 16 0 3A CC 26 1F
Octal 60 124 154 70 26 0 72 314 46 37
Binary 110000 1010100 1101100 111000 10110 0 111010 11001100 100110 11111

Color Harmonies of #30546C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30546C

Black with #30546C

Text Example


Text Example

White with #30546C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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