Html Css Color HEX #235B6A Chathams Blue

📋 copy color: '#235B6A'

red 35 ◦ green 91 ◦ blue 106

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

Shades of Chathams Blue #235B6A

Tints of Chathams Blue #235B6A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 39.22%

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

R = 15.09%
G = 39.22%
B = 45.69%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#235B6A (or 0x235B6A) is known color: Chathams Blue. HEX triplet: 23, 5B and 6A. RGB value is (35,91,106). Sum of RGB (Red+Green+Blue) = 35+91+106=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 106 - color contains mainly: blue. Hex color #235B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235B6A is #DCA495. Grayscale: #4B4B4B. Windows color (decimal): -14460054 or 6970147. OLE color: 6970147.

HSL color Cylindrical-coordinate representation of color #235B6A: hue angle of 192.68º 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 #235B6A is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 35 91 106 -
CMYK 0.67 0.14 0 0.58
HSL 192.68º 0.5% 0.28% -
HSV(B) 192.68º 0.67% 0.42% -
XYZ 7.04 8.88 14.98 -
YUV 75.97 144.95 98.78 -
System Red Green Blue C M Y K H S L
Decimal 35 91 106 0.67 0.14 0 0.58 192.68 0.5 0.28
Hex 23 5B 6A 43 E 0 3A C1 32 1C
Octal 43 133 152 103 16 0 72 301 62 34
Binary 100011 1011011 1101010 1000011 1110 0 111010 11000001 110010 11100

Color Harmonies of #235B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235B6A

Black with #235B6A

Text Example


Text Example

White with #235B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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