Html Css Color HEX #234777 Venice Blue

📋 copy color: '#234777'

red 35 ◦ green 71 ◦ blue 119

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

Shades of Venice Blue #234777

Tints of Venice Blue #234777

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.56%

 BLUE value IS 119 (46.88% from 255) = 52.89%

R = 15.56%
G = 31.56%
B = 52.89%

CMYK

 C value IS 0.71

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#234777 (or 0x234777) is known color: Venice Blue. HEX triplet: 23, 47 and 77. RGB value is (35,71,119). Sum of RGB (Red+Green+Blue) = 35+71+119=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #234777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234777 is #DCB888. Grayscale: #414141. Windows color (decimal): -14465161 or 7816995. OLE color: 7816995.

HSL color Cylindrical-coordinate representation of color #234777: hue angle of 214.29º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #234777 is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 35 71 119 -
CMYK 0.71 0.40 0 0.53
HSL 214.29º 0.55% 0.3% -
HSV(B) 214.29º 0.71% 0.47% -
XYZ 6.28 6.2 18.32 -
YUV 65.71 158.07 106.1 -
System Red Green Blue C M Y K H S L
Decimal 35 71 119 0.71 0.40 0 0.53 214.29 0.55 0.3
Hex 23 47 77 47 28 0 35 D6 37 1E
Octal 43 107 167 107 50 0 65 326 67 36
Binary 100011 1000111 1110111 1000111 101000 0 110101 11010110 110111 11110

Color Harmonies of #234777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234777

Black with #234777

Text Example


Text Example

White with #234777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234777; }

 p { color: rgb(35,71,119); }

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

background-color css

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

 a { background-color: rgb(35,71,119); }

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

border-color css

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

 span { border-color: rgb(35,71,119); }

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