Html Css Color HEX #232C35 Blue Charcoal

📋 copy color: '#232C35'

red 35 ◦ green 44 ◦ blue 53

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

Shades of Blue Charcoal #232C35

Tints of Blue Charcoal #232C35

RGB

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

 GREEN value IS 44 (17.58% from 255) = 33.33%

 BLUE value IS 53 (21.09% from 255) = 40.15%

R = 26.52%
G = 33.33%
B = 40.15%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#232C35 (or 0x232C35) is known color: Blue Charcoal. HEX triplet: 23, 2C and 35. RGB value is (35,44,53). Sum of RGB (Red+Green+Blue) = 35+44+53=132 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.52% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 53 - color contains mainly: blue. Hex color #232C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C35 is #DCD3CA. Grayscale: #2A2A2A. Windows color (decimal): -14472139 or 3484707. OLE color: 3484707.

HSL color Cylindrical-coordinate representation of color #232C35: hue angle of 210º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #232C35 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 35 44 53 -
CMYK 0.34 0.17 0 0.79
HSL 210º 0.2% 0.17% -
HSV(B) 210º 0.34% 0.21% -
XYZ 2.24 2.42 3.72 -
YUV 42.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 35 44 53 0.34 0.17 0 0.79 210 0.2 0.17
Hex 23 2C 35 22 11 0 4F D2 14 11
Octal 43 54 65 42 21 0 117 322 24 21
Binary 100011 101100 110101 100010 10001 0 1001111 11010010 10100 10001

Color Harmonies of #232C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232C35

Black with #232C35

Text Example


Text Example

White with #232C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232C35; }

 p { color: rgb(35,44,53); }

 H1.HeaderClassName
 {
   color: #232C35;
 }
 .AnyTagClassName
 {
   color: #232C35;
 }
</style>

background-color css

<style>
 a { background-color: #232C35; }

 a { background-color: rgb(35,44,53); }

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

border-color css

<style>
 span { border-color: #232C35; }

 span { border-color: rgb(35,44,53); }

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