#305465

Color #305465 Chathams Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chathams Blue #305465

Tints of Chathams Blue #305465

Color information

#305465 (or 0x305465) is unknown color: approx Chathams Blue. HEX triplet: 30, 54 and 65. RGB value is (48,84,101). Sum of RGB (Red+Green+Blue) = 48+84+101=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #305465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305465 is #CFAB9A. Grayscale: #4B4B4B. Windows color (decimal): -13609883 or 6640688. OLE color: 6640688.

HSL color Cylindrical-coordinate representation of color #305465: hue angle of 199.25º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #305465 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4884101-
CMYK0.520.1700.60
HSL199.25º35.57%29.22%-
HSV(B)199.25º52.48%39.61%-
XYZ6.747.9113.48-
YUV75.17142.57108.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 84 (33.20% from 255) = 36.05%
BLUE value IS 101 (39.84% from 255) = 43.35%
R=20.60%
G=36.05%
B=43.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48841010.520.1700.60199.2535.5729.22
Hex305465341103Cc7241d
Octal6012414564210743074435
Binary110000101010011001011101001000101111001100011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305465; }

 p { color: rgb(48,84,101); }

 H1.HeaderClassName
 {
   color: #305465;
 }
 .AnyTagClassName
 {
   color: #305465;
 }
</style>
background-color css

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

 a { background-color: rgb(48,84,101); }

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

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

 span { border-color: rgb(48,84,101); }

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