Html Css Color HEX #234672 Venice Blue

📋 copy color: '#234672'

red 35 ◦ green 70 ◦ blue 114

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

Shades of Venice Blue #234672

Tints of Venice Blue #234672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.05%

R = 15.98%
G = 31.96%
B = 52.05%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#234672 (or 0x234672) is known color: Venice Blue. HEX triplet: 23, 46 and 72. RGB value is (35,70,114). Sum of RGB (Red+Green+Blue) = 35+70+114=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #234672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234672 is #DCB98D. Grayscale: #404040. Windows color (decimal): -14465422 or 7489059. OLE color: 7489059.

HSL color Cylindrical-coordinate representation of color #234672: hue angle of 213.42º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #234672 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 70 114 -
CMYK 0.69 0.39 0 0.55
HSL 213.42º 0.53% 0.29% -
HSV(B) 213.42º 0.69% 0.45% -
XYZ 5.92 5.95 16.76 -
YUV 64.55 155.9 106.92 -
System Red Green Blue C M Y K H S L
Decimal 35 70 114 0.69 0.39 0 0.55 213.42 0.53 0.29
Hex 23 46 72 45 27 0 37 D5 35 1D
Octal 43 106 162 105 47 0 67 325 65 35
Binary 100011 1000110 1110010 1000101 100111 0 110111 11010101 110101 11101

Color Harmonies of #234672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234672

Black with #234672

Text Example


Text Example

White with #234672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234672; }

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

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

background-color css

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

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

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

border-color css

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

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

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