Html Css Color HEX #305873 Chathams Blue

📋 copy color: '#305873'

red 48 ◦ green 88 ◦ blue 115

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

Shades of Chathams Blue #305873

Tints of Chathams Blue #305873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.06%

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

R = 19.12%
G = 35.06%
B = 45.82%

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

#305873 (or 0x305873) is known color: Chathams Blue. HEX triplet: 30, 58 and 73. RGB value is (48,88,115). Sum of RGB (Red+Green+Blue) = 48+88+115=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #305873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305873 is #CFA78C. Grayscale: #4E4E4E. Windows color (decimal): -13608845 or 7559216. OLE color: 7559216.

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

Color convert

RGB 48 88 115 -
CMYK 0.58 0.23 0 0.55
HSL 204.18º 0.41% 0.32% -
HSV(B) 204.18º 0.58% 0.45% -
XYZ 7.8 8.85 17.52 -
YUV 79.12 148.25 105.8 -
System Red Green Blue C M Y K H S L
Decimal 48 88 115 0.58 0.23 0 0.55 204.18 0.41 0.32
Hex 30 58 73 3A 17 0 37 CC 29 20
Octal 60 130 163 72 27 0 67 314 51 40
Binary 110000 1011000 1110011 111010 10111 0 110111 11001100 101001 100000

Color Harmonies of #305873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305873

Black with #305873

Text Example


Text Example

White with #305873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305873; }

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

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

background-color css

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

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

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

border-color css

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

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

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