Html Css Color HEX #23506D Chathams Blue

📋 copy color: '#23506D'

red 35 ◦ green 80 ◦ blue 109

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

Shades of Chathams Blue #23506D

Tints of Chathams Blue #23506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.71%

 BLUE value IS 109 (42.97% from 255) = 48.66%

R = 15.63%
G = 35.71%
B = 48.66%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#23506D (or 0x23506D) is known color: Chathams Blue. HEX triplet: 23, 50 and 6D. RGB value is (35,80,109). Sum of RGB (Red+Green+Blue) = 35+80+109=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #23506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23506D is #DCAF92. Grayscale: #454545. Windows color (decimal): -14462867 or 7163939. OLE color: 7163939.

HSL color Cylindrical-coordinate representation of color #23506D: hue angle of 203.51º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23506D is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 35 80 109 -
CMYK 0.68 0.27 0 0.57
HSL 203.51º 0.51% 0.28% -
HSV(B) 203.51º 0.68% 0.43% -
XYZ 6.32 7.2 15.52 -
YUV 69.85 150.09 103.14 -
System Red Green Blue C M Y K H S L
Decimal 35 80 109 0.68 0.27 0 0.57 203.51 0.51 0.28
Hex 23 50 6D 44 1B 0 39 CC 33 1C
Octal 43 120 155 104 33 0 71 314 63 34
Binary 100011 1010000 1101101 1000100 11011 0 111001 11001100 110011 11100

Color Harmonies of #23506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23506D

Black with #23506D

Text Example


Text Example

White with #23506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23506D; }

 p { color: rgb(35,80,109); }

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

background-color css

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

 a { background-color: rgb(35,80,109); }

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

border-color css

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

 span { border-color: rgb(35,80,109); }

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