Html Css Color HEX #23526F Chathams Blue

📋 copy color: '#23526F'

red 35 ◦ green 82 ◦ blue 111

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

Shades of Chathams Blue #23526F

Tints of Chathams Blue #23526F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.96%

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

R = 15.35%
G = 35.96%
B = 48.68%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#23526F (or 0x23526F) is known color: Chathams Blue. HEX triplet: 23, 52 and 6F. RGB value is (35,82,111). Sum of RGB (Red+Green+Blue) = 35+82+111=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #23526F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23526F is #DCAD90. Grayscale: #474747. Windows color (decimal): -14462353 or 7295523. OLE color: 7295523.

HSL color Cylindrical-coordinate representation of color #23526F: hue angle of 202.89º 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 #23526F is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 82 111 -
CMYK 0.68 0.26 0 0.56
HSL 202.89º 0.52% 0.29% -
HSV(B) 202.89º 0.68% 0.44% -
XYZ 6.58 7.54 16.15 -
YUV 71.25 150.43 102.14 -
System Red Green Blue C M Y K H S L
Decimal 35 82 111 0.68 0.26 0 0.56 202.89 0.52 0.29
Hex 23 52 6F 44 1A 0 38 CB 34 1D
Octal 43 122 157 104 32 0 70 313 64 35
Binary 100011 1010010 1101111 1000100 11010 0 111000 11001011 110100 11101

Color Harmonies of #23526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23526F

Black with #23526F

Text Example


Text Example

White with #23526F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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