#235368

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

Shades of Chathams Blue #235368

Tints of Chathams Blue #235368

Color information

#235368 (or 0x235368) is unknown color: approx Chathams Blue. HEX triplet: 23, 53 and 68. RGB value is (35,83,104). Sum of RGB (Red+Green+Blue) = 35+83+104=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #235368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235368 is #DCAC97. Grayscale: #464646. Windows color (decimal): -14462104 or 6837027. OLE color: 6837027.

HSL color Cylindrical-coordinate representation of color #235368: hue angle of 198.26º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #235368 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3583104-
CMYK0.660.2000.59
HSL198.26º49.64%27.25%-
HSV(B)198.26º66.35%40.78%-
XYZ6.297.5414.22-
YUV71.04146.6102.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.77%
GREEN value IS 83 (32.81% from 255) = 37.39%
BLUE value IS 104 (41.02% from 255) = 46.85%
R=15.77%
G=37.39%
B=46.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35831040.660.2000.59198.2649.6427.25
Hex235368421403Bc6321b
Octal43123150102240733066233
Binary1000111010011110100010000101010001110111100011011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235368; }

 p { color: rgb(35,83,104); }

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

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

 a { background-color: rgb(35,83,104); }

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

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

 span { border-color: rgb(35,83,104); }

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