Html Css Color HEX #243134 Oxford Blue

📋 copy color: '#243134'

red 36 ◦ green 49 ◦ blue 52

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

Shades of Oxford Blue #243134

Tints of Oxford Blue #243134

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.77%

 BLUE value IS 52 (20.7% from 255) = 37.96%

R = 26.28%
G = 35.77%
B = 37.96%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#243134 (or 0x243134) is known color: Oxford Blue. HEX triplet: 24, 31 and 34. RGB value is (36,49,52). Sum of RGB (Red+Green+Blue) = 36+49+52=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 52 - color contains mainly: blue. Hex color #243134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243134 is #DBCECB. Grayscale: #2D2D2D. Windows color (decimal): -14405324 or 3420452. OLE color: 3420452.

HSL color Cylindrical-coordinate representation of color #243134: hue angle of 191.25º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #243134 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 36 49 52 -
CMYK 0.31 0.06 0 0.80
HSL 191.25º 0.18% 0.17% -
HSV(B) 191.25º 0.31% 0.2% -
XYZ 2.45 2.82 3.66 -
YUV 45.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 36 49 52 0.31 0.06 0 0.80 191.25 0.18 0.17
Hex 24 31 34 1F 6 0 50 BF 12 11
Octal 44 61 64 37 6 0 120 277 22 21
Binary 100100 110001 110100 11111 110 0 1010000 10111111 10010 10001

Color Harmonies of #243134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243134

Black with #243134

Text Example


Text Example

White with #243134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243134; }

 p { color: rgb(36,49,52); }

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

background-color css

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

 a { background-color: rgb(36,49,52); }

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

border-color css

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

 span { border-color: rgb(36,49,52); }

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