Html Css Color HEX #232F34 Oxford Blue

📋 copy color: '#232F34'

red 35 ◦ green 47 ◦ blue 52

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

Shades of Oxford Blue #232F34

Tints of Oxford Blue #232F34

RGB

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

 GREEN value IS 47 (18.75% from 255) = 35.07%

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

R = 26.12%
G = 35.07%
B = 38.81%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#232F34 (or 0x232F34) is known color: Oxford Blue. HEX triplet: 23, 2F and 34. RGB value is (35,47,52). Sum of RGB (Red+Green+Blue) = 35+47+52=134 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.12% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 52 - color contains mainly: blue. Hex color #232F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232F34 is #DCD0CB. Grayscale: #2B2B2B. Windows color (decimal): -14471372 or 3419939. OLE color: 3419939.

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

Color convert

RGB 35 47 52 -
CMYK 0.33 0.10 0 0.80
HSL 197.65º 0.2% 0.17% -
HSV(B) 197.65º 0.33% 0.2% -
XYZ 2.33 2.64 3.64 -
YUV 43.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 35 47 52 0.33 0.10 0 0.80 197.65 0.2 0.17
Hex 23 2F 34 21 A 0 50 C6 14 11
Octal 43 57 64 41 12 0 120 306 24 21
Binary 100011 101111 110100 100001 1010 0 1010000 11000110 10100 10001

Color Harmonies of #232F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232F34

Black with #232F34

Text Example


Text Example

White with #232F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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