Html Css Color HEX #234E72 Venice Blue

📋 copy color: '#234E72'

red 35 ◦ green 78 ◦ blue 114

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

Shades of Venice Blue #234E72

Tints of Venice Blue #234E72

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.36%

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

R = 15.42%
G = 34.36%
B = 50.22%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#234E72 (or 0x234E72) is known color: Venice Blue. HEX triplet: 23, 4E and 72. RGB value is (35,78,114). Sum of RGB (Red+Green+Blue) = 35+78+114=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #234E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E72 is #DCB18D. Grayscale: #454545. Windows color (decimal): -14463374 or 7491107. OLE color: 7491107.

HSL color Cylindrical-coordinate representation of color #234E72: hue angle of 207.34º 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 #234E72 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 78 114 -
CMYK 0.69 0.32 0 0.55
HSL 207.34º 0.53% 0.29% -
HSV(B) 207.34º 0.69% 0.45% -
XYZ 6.45 7.02 16.93 -
YUV 69.25 153.25 103.57 -
System Red Green Blue C M Y K H S L
Decimal 35 78 114 0.69 0.32 0 0.55 207.34 0.53 0.29
Hex 23 4E 72 45 20 0 37 CF 35 1D
Octal 43 116 162 105 40 0 67 317 65 35
Binary 100011 1001110 1110010 1000101 100000 0 110111 11001111 110101 11101

Color Harmonies of #234E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234E72

Black with #234E72

Text Example


Text Example

White with #234E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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