Html Css Color HEX #30556A Chathams Blue

📋 copy color: '#30556A'

red 48 ◦ green 85 ◦ blue 106

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

Shades of Chathams Blue #30556A

Tints of Chathams Blue #30556A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.56%

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

R = 20.08%
G = 35.56%
B = 44.35%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30556A (or 0x30556A) is known color: Chathams Blue. HEX triplet: 30, 55 and 6A. RGB value is (48,85,106). Sum of RGB (Red+Green+Blue) = 48+85+106=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 106 - color contains mainly: blue. Hex color #30556A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30556A is #CFAA95. Grayscale: #4C4C4C. Windows color (decimal): -13609622 or 6968624. OLE color: 6968624.

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

Color convert

RGB 48 85 106 -
CMYK 0.55 0.20 0 0.58
HSL 201.72º 0.38% 0.3% -
HSV(B) 201.72º 0.55% 0.42% -
XYZ 7.07 8.17 14.84 -
YUV 76.33 144.74 107.79 -
System Red Green Blue C M Y K H S L
Decimal 48 85 106 0.55 0.20 0 0.58 201.72 0.38 0.3
Hex 30 55 6A 37 14 0 3A CA 26 1E
Octal 60 125 152 67 24 0 72 312 46 36
Binary 110000 1010101 1101010 110111 10100 0 111010 11001010 100110 11110

Color Harmonies of #30556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30556A

Black with #30556A

Text Example


Text Example

White with #30556A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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