Html Css Color HEX #243235 Oxford Blue

📋 copy color: '#243235'

red 36 ◦ green 50 ◦ blue 53

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

Shades of Oxford Blue #243235

Tints of Oxford Blue #243235

RGB

 RED value IS 36 (14.45% from 255) = 25.9%

 GREEN value IS 50 (19.92% from 255) = 35.97%

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

R = 25.9%
G = 35.97%
B = 38.13%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#243235 (or 0x243235) is known color: Oxford Blue. HEX triplet: 24, 32 and 35. RGB value is (36,50,53). Sum of RGB (Red+Green+Blue) = 36+50+53=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 53 - color contains mainly: blue. Hex color #243235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243235 is #DBCDCA. Grayscale: #2E2E2E. Windows color (decimal): -14405067 or 3486244. OLE color: 3486244.

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

Color convert

RGB 36 50 53 -
CMYK 0.32 0.06 0 0.79
HSL 190.59º 0.19% 0.17% -
HSV(B) 190.59º 0.32% 0.21% -
XYZ 2.51 2.91 3.8 -
YUV 46.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 36 50 53 0.32 0.06 0 0.79 190.59 0.19 0.17
Hex 24 32 35 20 6 0 4F BF 13 11
Octal 44 62 65 40 6 0 117 277 23 21
Binary 100100 110010 110101 100000 110 0 1001111 10111111 10011 10001

Color Harmonies of #243235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243235

Black with #243235

Text Example


Text Example

White with #243235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243235; }

 p { color: rgb(36,50,53); }

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

background-color css

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

 a { background-color: rgb(36,50,53); }

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

border-color css

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

 span { border-color: rgb(36,50,53); }

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