Html Css Color HEX #234F71 Venice Blue

📋 copy color: '#234F71'

red 35 ◦ green 79 ◦ blue 113

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

Shades of Venice Blue #234F71

Tints of Venice Blue #234F71

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.8%

 BLUE value IS 113 (44.53% from 255) = 49.78%

R = 15.42%
G = 34.8%
B = 49.78%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#234F71 (or 0x234F71) is known color: Venice Blue. HEX triplet: 23, 4F and 71. RGB value is (35,79,113). Sum of RGB (Red+Green+Blue) = 35+79+113=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #234F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234F71 is #DCB08E. Grayscale: #454545. Windows color (decimal): -14463119 or 7425827. OLE color: 7425827.

HSL color Cylindrical-coordinate representation of color #234F71: hue angle of 206.15º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #234F71 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 79 113 -
CMYK 0.69 0.30 0 0.56
HSL 206.15º 0.53% 0.29% -
HSV(B) 206.15º 0.69% 0.44% -
XYZ 6.47 7.14 16.66 -
YUV 69.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 35 79 113 0.69 0.30 0 0.56 206.15 0.53 0.29
Hex 23 4F 71 45 1E 0 38 CE 35 1D
Octal 43 117 161 105 36 0 70 316 65 35
Binary 100011 1001111 1110001 1000101 11110 0 111000 11001110 110101 11101

Color Harmonies of #234F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234F71

Black with #234F71

Text Example


Text Example

White with #234F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234F71; }

 p { color: rgb(35,79,113); }

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

background-color css

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

 a { background-color: rgb(35,79,113); }

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

border-color css

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

 span { border-color: rgb(35,79,113); }

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