Html Css Color HEX #235A6A Chathams Blue

📋 copy color: '#235A6A'

red 35 ◦ green 90 ◦ blue 106

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

Shades of Chathams Blue #235A6A

Tints of Chathams Blue #235A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 45.89%

R = 15.15%
G = 38.96%
B = 45.89%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#235A6A (or 0x235A6A) is known color: Chathams Blue. HEX triplet: 23, 5A and 6A. RGB value is (35,90,106). Sum of RGB (Red+Green+Blue) = 35+90+106=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 106 - color contains mainly: blue. Hex color #235A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235A6A is #DCA595. Grayscale: #4B4B4B. Windows color (decimal): -14460310 or 6969891. OLE color: 6969891.

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

Color convert

RGB 35 90 106 -
CMYK 0.67 0.15 0 0.58
HSL 193.52º 0.5% 0.28% -
HSV(B) 193.52º 0.67% 0.42% -
XYZ 6.95 8.71 14.95 -
YUV 75.38 145.28 99.2 -
System Red Green Blue C M Y K H S L
Decimal 35 90 106 0.67 0.15 0 0.58 193.52 0.5 0.28
Hex 23 5A 6A 43 F 0 3A C2 32 1C
Octal 43 132 152 103 17 0 72 302 62 34
Binary 100011 1011010 1101010 1000011 1111 0 111010 11000010 110010 11100

Color Harmonies of #235A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235A6A

Black with #235A6A

Text Example


Text Example

White with #235A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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