Html Css Color HEX #305564 Chathams Blue

📋 copy color: '#305564'

red 48 ◦ green 85 ◦ blue 100

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

Shades of Chathams Blue #305564

Tints of Chathams Blue #305564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.92%

R = 20.6%
G = 36.48%
B = 42.92%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#305564 (or 0x305564) is known color: Chathams Blue. HEX triplet: 30, 55 and 64. RGB value is (48,85,100). Sum of RGB (Red+Green+Blue) = 48+85+100=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 100 - color contains mainly: blue. Hex color #305564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305564 is #CFAA9B. Grayscale: #4B4B4B. Windows color (decimal): -13609628 or 6575408. OLE color: 6575408.

HSL color Cylindrical-coordinate representation of color #305564: hue angle of 197.31º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #305564 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 85 100 -
CMYK 0.52 0.15 0 0.61
HSL 197.31º 0.35% 0.29% -
HSV(B) 197.31º 0.52% 0.39% -
XYZ 6.77 8.05 13.25 -
YUV 75.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 48 85 100 0.52 0.15 0 0.61 197.31 0.35 0.29
Hex 30 55 64 34 F 0 3D C5 23 1D
Octal 60 125 144 64 17 0 75 305 43 35
Binary 110000 1010101 1100100 110100 1111 0 111101 11000101 100011 11101

Color Harmonies of #305564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305564

Black with #305564

Text Example


Text Example

White with #305564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305564; }

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

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

background-color css

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

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

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

border-color css

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

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

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