Html Css Color HEX #235A6C Chathams Blue

📋 copy color: '#235A6C'

red 35 ◦ green 90 ◦ blue 108

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

Shades of Chathams Blue #235A6C

Tints of Chathams Blue #235A6C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.63%

 BLUE value IS 108 (42.58% from 255) = 46.35%

R = 15.02%
G = 38.63%
B = 46.35%

CMYK

 C value IS 0.68

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#235A6C (or 0x235A6C) is known color: Chathams Blue. HEX triplet: 23, 5A and 6C. RGB value is (35,90,108). Sum of RGB (Red+Green+Blue) = 35+90+108=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #235A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235A6C is #DCA593. Grayscale: #4B4B4B. Windows color (decimal): -14460308 or 7100963. OLE color: 7100963.

HSL color Cylindrical-coordinate representation of color #235A6C: hue angle of 194.79º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #235A6C is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 35 90 108 -
CMYK 0.68 0.17 0 0.58
HSL 194.79º 0.51% 0.28% -
HSV(B) 194.79º 0.68% 0.42% -
XYZ 7.06 8.75 15.5 -
YUV 75.61 146.28 99.04 -
System Red Green Blue C M Y K H S L
Decimal 35 90 108 0.68 0.17 0 0.58 194.79 0.51 0.28
Hex 23 5A 6C 44 11 0 3A C3 33 1C
Octal 43 132 154 104 21 0 72 303 63 34
Binary 100011 1011010 1101100 1000100 10001 0 111010 11000011 110011 11100

Color Harmonies of #235A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235A6C

Black with #235A6C

Text Example


Text Example

White with #235A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235A6C; }

 p { color: rgb(35,90,108); }

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

background-color css

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

 a { background-color: rgb(35,90,108); }

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

border-color css

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

 span { border-color: rgb(35,90,108); }

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