Html Css Color HEX #235865 Chathams Blue

📋 copy color: '#235865'

red 35 ◦ green 88 ◦ blue 101

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

Shades of Chathams Blue #235865

Tints of Chathams Blue #235865

RGB

 RED value IS 35 (14.06% from 255) = 15.63%

 GREEN value IS 88 (34.77% from 255) = 39.29%

 BLUE value IS 101 (39.84% from 255) = 45.09%

R = 15.63%
G = 39.29%
B = 45.09%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#235865 (or 0x235865) is known color: Chathams Blue. HEX triplet: 23, 58 and 65. RGB value is (35,88,101). Sum of RGB (Red+Green+Blue) = 35+88+101=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #235865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235865 is #DCA79A. Grayscale: #494949. Windows color (decimal): -14460827 or 6641699. OLE color: 6641699.

HSL color Cylindrical-coordinate representation of color #235865: hue angle of 191.82º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #235865 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 35 88 101 -
CMYK 0.65 0.13 0 0.60
HSL 191.82º 0.49% 0.27% -
HSV(B) 191.82º 0.65% 0.4% -
XYZ 6.53 8.28 13.57 -
YUV 73.64 143.44 100.44 -
System Red Green Blue C M Y K H S L
Decimal 35 88 101 0.65 0.13 0 0.60 191.82 0.49 0.27
Hex 23 58 65 41 D 0 3C C0 31 1B
Octal 43 130 145 101 15 0 74 300 61 33
Binary 100011 1011000 1100101 1000001 1101 0 111100 11000000 110001 11011

Color Harmonies of #235865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235865

Black with #235865

Text Example


Text Example

White with #235865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235865; }

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

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

background-color css

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

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

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

border-color css

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

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

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