#234C6E

Color #234C6E Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #234C6E

Tints of Venice Blue #234C6E

Color information

#234C6E (or 0x234C6E) is unknown color: approx Venice Blue. HEX triplet: 23, 4C and 6E. RGB value is (35,76,110). Sum of RGB (Red+Green+Blue) = 35+76+110=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #234C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C6E is #DCB391. Grayscale: #434343. Windows color (decimal): -14463890 or 7228451. OLE color: 7228451.

HSL color Cylindrical-coordinate representation of color #234C6E: hue angle of 207.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #234C6E is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3576110-
CMYK0.680.3100.57
HSL207.2º51.72%28.43%-
HSV(B)207.2º68.18%43.14%-
XYZ6.096.6515.71-
YUV67.62151.92104.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.84%
GREEN value IS 76 (30.08% from 255) = 34.39%
BLUE value IS 110 (43.36% from 255) = 49.77%
R=15.84%
G=34.39%
B=49.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal35761100.680.3100.57207.251.7228.43
Hex234C6E441F039cf341c
Octal43114156104370713176434
Binary1000111001100110111010001001111101110011100111111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,76,110); }

 H1.HeaderClassName
 {
   color: #234C6E;
 }
 .AnyTagClassName
 {
   color: #234C6E;
 }
</style>
background-color css

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

 a { background-color: rgb(35,76,110); }

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

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

 span { border-color: rgb(35,76,110); }

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