Html Css Color HEX #305971 Chathams Blue

📋 copy color: '#305971'

red 48 ◦ green 89 ◦ blue 113

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

Shades of Chathams Blue #305971

Tints of Chathams Blue #305971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.2%

R = 19.2%
G = 35.6%
B = 45.2%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#305971 (or 0x305971) is known color: Chathams Blue. HEX triplet: 30, 59 and 71. RGB value is (48,89,113). Sum of RGB (Red+Green+Blue) = 48+89+113=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #305971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305971 is #CFA68E. Grayscale: #4F4F4F. Windows color (decimal): -13608591 or 7428400. OLE color: 7428400.

HSL color Cylindrical-coordinate representation of color #305971: hue angle of 202.15º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #305971 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 89 113 -
CMYK 0.58 0.21 0 0.56
HSL 202.15º 0.4% 0.32% -
HSV(B) 202.15º 0.58% 0.44% -
XYZ 7.77 8.97 16.94 -
YUV 79.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 48 89 113 0.58 0.21 0 0.56 202.15 0.4 0.32
Hex 30 59 71 3A 15 0 38 CA 28 20
Octal 60 131 161 72 25 0 70 312 50 40
Binary 110000 1011001 1110001 111010 10101 0 111000 11001010 101000 100000

Color Harmonies of #305971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305971

Black with #305971

Text Example


Text Example

White with #305971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305971; }

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

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

background-color css

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

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

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

border-color css

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

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

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