Html Css Color HEX #235370 Chathams Blue

📋 copy color: '#235370'

red 35 ◦ green 83 ◦ blue 112

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

Shades of Chathams Blue #235370

Tints of Chathams Blue #235370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.09%

 BLUE value IS 112 (44.14% from 255) = 48.7%

R = 15.22%
G = 36.09%
B = 48.7%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#235370 (or 0x235370) is known color: Chathams Blue. HEX triplet: 23, 53 and 70. RGB value is (35,83,112). Sum of RGB (Red+Green+Blue) = 35+83+112=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #235370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235370 is #DCAC8F. Grayscale: #474747. Windows color (decimal): -14462096 or 7361315. OLE color: 7361315.

HSL color Cylindrical-coordinate representation of color #235370: hue angle of 202.6º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #235370 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 83 112 -
CMYK 0.69 0.26 0 0.56
HSL 202.6º 0.52% 0.29% -
HSV(B) 202.6º 0.69% 0.44% -
XYZ 6.71 7.71 16.46 -
YUV 71.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 35 83 112 0.69 0.26 0 0.56 202.6 0.52 0.29
Hex 23 53 70 45 1A 0 38 CB 34 1D
Octal 43 123 160 105 32 0 70 313 64 35
Binary 100011 1010011 1110000 1000101 11010 0 111000 11001011 110100 11101

Color Harmonies of #235370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235370

Black with #235370

Text Example


Text Example

White with #235370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235370; }

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

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

background-color css

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

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

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

border-color css

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

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

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