Html Css Color HEX #23506F Chathams Blue

📋 copy color: '#23506F'

red 35 ◦ green 80 ◦ blue 111

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

Shades of Chathams Blue #23506F

Tints of Chathams Blue #23506F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.12%

R = 15.49%
G = 35.4%
B = 49.12%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#23506F (or 0x23506F) is known color: Chathams Blue. HEX triplet: 23, 50 and 6F. RGB value is (35,80,111). Sum of RGB (Red+Green+Blue) = 35+80+111=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #23506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23506F is #DCAF90. Grayscale: #454545. Windows color (decimal): -14462865 or 7295011. OLE color: 7295011.

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

Color convert

RGB 35 80 111 -
CMYK 0.68 0.28 0 0.56
HSL 204.47º 0.52% 0.29% -
HSV(B) 204.47º 0.68% 0.44% -
XYZ 6.43 7.24 16.1 -
YUV 70.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 35 80 111 0.68 0.28 0 0.56 204.47 0.52 0.29
Hex 23 50 6F 44 1C 0 38 CC 34 1D
Octal 43 120 157 104 34 0 70 314 64 35
Binary 100011 1010000 1101111 1000100 11100 0 111000 11001100 110100 11101

Color Harmonies of #23506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23506F

Black with #23506F

Text Example


Text Example

White with #23506F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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