Html Css Color HEX #234F73 Venice Blue

📋 copy color: '#234F73'

red 35 ◦ green 79 ◦ blue 115

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

Shades of Venice Blue #234F73

Tints of Venice Blue #234F73

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.5%

 BLUE value IS 115 (45.31% from 255) = 50.22%

R = 15.28%
G = 34.5%
B = 50.22%

CMYK

 C value IS 0.70

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#234F73 (or 0x234F73) is known color: Venice Blue. HEX triplet: 23, 4F and 73. RGB value is (35,79,115). Sum of RGB (Red+Green+Blue) = 35+79+115=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #234F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234F73 is #DCB08C. Grayscale: #454545. Windows color (decimal): -14463117 or 7556899. OLE color: 7556899.

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

Color convert

RGB 35 79 115 -
CMYK 0.70 0.31 0 0.55
HSL 207º 0.53% 0.29% -
HSV(B) 207º 0.7% 0.45% -
XYZ 6.58 7.19 17.26 -
YUV 69.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 35 79 115 0.70 0.31 0 0.55 207 0.53 0.29
Hex 23 4F 73 46 1F 0 37 CF 35 1D
Octal 43 117 163 106 37 0 67 317 65 35
Binary 100011 1001111 1110011 1000110 11111 0 110111 11001111 110101 11101

Color Harmonies of #234F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234F73

Black with #234F73

Text Example


Text Example

White with #234F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,79,115); }

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

background-color css

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

 a { background-color: rgb(35,79,115); }

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

border-color css

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

 span { border-color: rgb(35,79,115); }

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