Html Css Color HEX #283438 Oxford Blue

📋 copy color: '#283438'

red 40 ◦ green 52 ◦ blue 56

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

Shades of Oxford Blue #283438

Tints of Oxford Blue #283438

RGB

 RED value IS 40 (16.02% from 255) = 27.03%

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

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

R = 27.03%
G = 35.14%
B = 37.84%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#283438 (or 0x283438) is known color: Oxford Blue. HEX triplet: 28, 34 and 38. RGB value is (40,52,56). Sum of RGB (Red+Green+Blue) = 40+52+56=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 56 - color contains mainly: blue. Hex color #283438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283438 is #D7CBC7. Grayscale: #303030. Windows color (decimal): -14142408 or 3683368. OLE color: 3683368.

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

Color convert

RGB 40 52 56 -
CMYK 0.29 0.07 0 0.78
HSL 195º 0.17% 0.19% -
HSV(B) 195º 0.29% 0.22% -
XYZ 2.82 3.19 4.21 -
YUV 48.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 40 52 56 0.29 0.07 0 0.78 195 0.17 0.19
Hex 28 34 38 1D 7 0 4E C3 11 13
Octal 50 64 70 35 7 0 116 303 21 23
Binary 101000 110100 111000 11101 111 0 1001110 11000011 10001 10011

Color Harmonies of #283438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283438

Black with #283438

Text Example


Text Example

White with #283438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283438; }

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

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

background-color css

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

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

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

border-color css

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

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

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