Html Css Color HEX #234676 Venice Blue

📋 copy color: '#234676'

red 35 ◦ green 70 ◦ blue 118

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

Shades of Venice Blue #234676

Tints of Venice Blue #234676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.39%

 BLUE value IS 118 (46.48% from 255) = 52.91%

R = 15.7%
G = 31.39%
B = 52.91%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#234676 (or 0x234676) is known color: Venice Blue. HEX triplet: 23, 46 and 76. RGB value is (35,70,118). Sum of RGB (Red+Green+Blue) = 35+70+118=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #234676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234676 is #DCB989. Grayscale: #404040. Windows color (decimal): -14465418 or 7751203. OLE color: 7751203.

HSL color Cylindrical-coordinate representation of color #234676: hue angle of 214.7º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #234676 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 70 118 -
CMYK 0.70 0.41 0 0.54
HSL 214.7º 0.54% 0.3% -
HSV(B) 214.7º 0.7% 0.46% -
XYZ 6.15 6.05 17.98 -
YUV 65.01 157.9 106.6 -
System Red Green Blue C M Y K H S L
Decimal 35 70 118 0.70 0.41 0 0.54 214.7 0.54 0.3
Hex 23 46 76 46 29 0 36 D7 36 1E
Octal 43 106 166 106 51 0 66 327 66 36
Binary 100011 1000110 1110110 1000110 101001 0 110110 11010111 110110 11110

Color Harmonies of #234676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234676

Black with #234676

Text Example


Text Example

White with #234676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234676; }

 p { color: rgb(35,70,118); }

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

background-color css

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

 a { background-color: rgb(35,70,118); }

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

border-color css

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

 span { border-color: rgb(35,70,118); }

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