Html Css Color HEX #243A40 Oxford Blue

📋 copy color: '#243A40'

red 36 ◦ green 58 ◦ blue 64

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

Shades of Oxford Blue #243A40

Tints of Oxford Blue #243A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.71%

 BLUE value IS 64 (25.39% from 255) = 40.51%

R = 22.78%
G = 36.71%
B = 40.51%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#243A40 (or 0x243A40) is known color: Oxford Blue. HEX triplet: 24, 3A and 40. RGB value is (36,58,64). Sum of RGB (Red+Green+Blue) = 36+58+64=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 64 - color contains mainly: blue. Hex color #243A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243A40 is #DBC5BF. Grayscale: #343434. Windows color (decimal): -14403008 or 4209188. OLE color: 4209188.

HSL color Cylindrical-coordinate representation of color #243A40: hue angle of 192.86º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #243A40 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 36 58 64 -
CMYK 0.44 0.09 0 0.75
HSL 192.86º 0.28% 0.2% -
HSV(B) 192.86º 0.44% 0.25% -
XYZ 3.17 3.77 5.41 -
YUV 52.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 36 58 64 0.44 0.09 0 0.75 192.86 0.28 0.2
Hex 24 3A 40 2C 9 0 4B C1 1C 14
Octal 44 72 100 54 11 0 113 301 34 24
Binary 100100 111010 1000000 101100 1001 0 1001011 11000001 11100 10100

Color Harmonies of #243A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243A40

Black with #243A40

Text Example


Text Example

White with #243A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243A40; }

 p { color: rgb(36,58,64); }

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

background-color css

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

 a { background-color: rgb(36,58,64); }

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

border-color css

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

 span { border-color: rgb(36,58,64); }

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