Html Css Color HEX #243438 Oxford Blue

📋 copy color: '#243438'

red 36 ◦ green 52 ◦ blue 56

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

Shades of Oxford Blue #243438

Tints of Oxford Blue #243438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.11%

 BLUE value IS 56 (22.27% from 255) = 38.89%

R = 25%
G = 36.11%
B = 38.89%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#243438 (or 0x243438) is known color: Oxford Blue. HEX triplet: 24, 34 and 38. RGB value is (36,52,56). Sum of RGB (Red+Green+Blue) = 36+52+56=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 56 - color contains mainly: blue. Hex color #243438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243438 is #DBCBC7. Grayscale: #2F2F2F. Windows color (decimal): -14404552 or 3683364. OLE color: 3683364.

HSL color Cylindrical-coordinate representation of color #243438: hue angle of 192º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #243438 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 36 52 56 -
CMYK 0.36 0.07 0 0.78
HSL 192º 0.22% 0.18% -
HSV(B) 192º 0.36% 0.22% -
XYZ 2.67 3.12 4.2 -
YUV 47.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 36 52 56 0.36 0.07 0 0.78 192 0.22 0.18
Hex 24 34 38 24 7 0 4E C0 16 12
Octal 44 64 70 44 7 0 116 300 26 22
Binary 100100 110100 111000 100100 111 0 1001110 11000000 10110 10010

Color Harmonies of #243438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243438

Black with #243438

Text Example


Text Example

White with #243438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243438; }

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

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

background-color css

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

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

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

border-color css

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

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

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