Html Css Color HEX #233438 Oxford Blue

📋 copy color: '#233438'

red 35 ◦ green 52 ◦ blue 56

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

Shades of Oxford Blue #233438

Tints of Oxford Blue #233438

RGB

 RED value IS 35 (14.06% from 255) = 24.48%

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

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

R = 24.48%
G = 36.36%
B = 39.16%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#233438 (or 0x233438) is known color: Oxford Blue. HEX triplet: 23, 34 and 38. RGB value is (35,52,56). Sum of RGB (Red+Green+Blue) = 35+52+56=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 56 - color contains mainly: blue. Hex color #233438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233438 is #DCCBC7. Grayscale: #2F2F2F. Windows color (decimal): -14470088 or 3683363. OLE color: 3683363.

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

Color convert

RGB 35 52 56 -
CMYK 0.37 0.07 0 0.78
HSL 191.43º 0.23% 0.18% -
HSV(B) 191.43º 0.38% 0.22% -
XYZ 2.63 3.1 4.2 -
YUV 47.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 35 52 56 0.37 0.07 0 0.78 191.43 0.23 0.18
Hex 23 34 38 25 7 0 4E BF 17 12
Octal 43 64 70 45 7 0 116 277 27 22
Binary 100011 110100 111000 100101 111 0 1001110 10111111 10111 10010

Color Harmonies of #233438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233438

Black with #233438

Text Example


Text Example

White with #233438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233438; }

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

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

background-color css

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

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

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

border-color css

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

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

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