Html Css Color HEX #305973 Chathams Blue

📋 copy color: '#305973'

red 48 ◦ green 89 ◦ blue 115

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

Shades of Chathams Blue #305973

Tints of Chathams Blue #305973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.32%

 BLUE value IS 115 (45.31% from 255) = 45.63%

R = 19.05%
G = 35.32%
B = 45.63%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#305973 (or 0x305973) is known color: Chathams Blue. HEX triplet: 30, 59 and 73. RGB value is (48,89,115). Sum of RGB (Red+Green+Blue) = 48+89+115=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #305973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305973 is #CFA68C. Grayscale: #4F4F4F. Windows color (decimal): -13608589 or 7559472. OLE color: 7559472.

HSL color Cylindrical-coordinate representation of color #305973: hue angle of 203.28º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #305973 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 89 115 -
CMYK 0.58 0.23 0 0.55
HSL 203.28º 0.41% 0.32% -
HSV(B) 203.28º 0.58% 0.45% -
XYZ 7.89 9.01 17.54 -
YUV 79.71 147.92 105.39 -
System Red Green Blue C M Y K H S L
Decimal 48 89 115 0.58 0.23 0 0.55 203.28 0.41 0.32
Hex 30 59 73 3A 17 0 37 CB 29 20
Octal 60 131 163 72 27 0 67 313 51 40
Binary 110000 1011001 1110011 111010 10111 0 110111 11001011 101001 100000

Color Harmonies of #305973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305973

Black with #305973

Text Example


Text Example

White with #305973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305973; }

 p { color: rgb(48,89,115); }

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

background-color css

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

 a { background-color: rgb(48,89,115); }

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

border-color css

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

 span { border-color: rgb(48,89,115); }

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