Html Css Color HEX #305A74 Chathams Blue

📋 copy color: '#305A74'

red 48 ◦ green 90 ◦ blue 116

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

Shades of Chathams Blue #305A74

Tints of Chathams Blue #305A74

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.43%

 BLUE value IS 116 (45.7% from 255) = 45.67%

R = 18.9%
G = 35.43%
B = 45.67%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#305A74 (or 0x305A74) is known color: Chathams Blue. HEX triplet: 30, 5A and 74. RGB value is (48,90,116). Sum of RGB (Red+Green+Blue) = 48+90+116=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 116 - color contains mainly: blue. Hex color #305A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A74 is #CFA58B. Grayscale: #505050. Windows color (decimal): -13608332 or 7625264. OLE color: 7625264.

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

Color convert

RGB 48 90 116 -
CMYK 0.59 0.22 0 0.55
HSL 202.94º 0.41% 0.32% -
HSV(B) 202.94º 0.59% 0.45% -
XYZ 8.03 9.2 17.88 -
YUV 80.41 148.09 104.89 -
System Red Green Blue C M Y K H S L
Decimal 48 90 116 0.59 0.22 0 0.55 202.94 0.41 0.32
Hex 30 5A 74 3B 16 0 37 CB 29 20
Octal 60 132 164 73 26 0 67 313 51 40
Binary 110000 1011010 1110100 111011 10110 0 110111 11001011 101001 100000

Color Harmonies of #305A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A74

Black with #305A74

Text Example


Text Example

White with #305A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305A74; }

 p { color: rgb(48,90,116); }

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

background-color css

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

 a { background-color: rgb(48,90,116); }

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

border-color css

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

 span { border-color: rgb(48,90,116); }

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