#235869

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

Shades of Chathams Blue #235869

Tints of Chathams Blue #235869

Color information

#235869 (or 0x235869) is unknown color: approx Chathams Blue. HEX triplet: 23, 58 and 69. RGB value is (35,88,105). Sum of RGB (Red+Green+Blue) = 35+88+105=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #235869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235869 is #DCA796. Grayscale: #494949. Windows color (decimal): -14460823 or 6903843. OLE color: 6903843.

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

Color convert

RGB3588105-
CMYK0.670.1600.59
HSL194.57º50%27.45%-
HSV(B)194.57º66.67%41.18%-
XYZ6.738.3614.62-
YUV74.09145.44100.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.35%
GREEN value IS 88 (34.77% from 255) = 38.60%
BLUE value IS 105 (41.41% from 255) = 46.05%
R=15.35%
G=38.60%
B=46.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35881050.670.1600.59194.575027.45
Hex235869431003Bc3321b
Octal43130151103200733036233
Binary1000111011000110100110000111000001110111100001111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235869; }

 p { color: rgb(35,88,105); }

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

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

 a { background-color: rgb(35,88,105); }

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

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

 span { border-color: rgb(35,88,105); }

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