Html Css Color HEX #234F75 Venice Blue

📋 copy color: '#234F75'

red 35 ◦ green 79 ◦ blue 117

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

Shades of Venice Blue #234F75

Tints of Venice Blue #234F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50.65%

R = 15.15%
G = 34.2%
B = 50.65%

CMYK

 C value IS 0.70

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#234F75 (or 0x234F75) is known color: Venice Blue. HEX triplet: 23, 4F and 75. RGB value is (35,79,117). Sum of RGB (Red+Green+Blue) = 35+79+117=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #234F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234F75 is #DCB08A. Grayscale: #454545. Windows color (decimal): -14463115 or 7687971. OLE color: 7687971.

HSL color Cylindrical-coordinate representation of color #234F75: hue angle of 207.8º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #234F75 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 79 117 -
CMYK 0.70 0.32 0 0.54
HSL 207.8º 0.54% 0.3% -
HSV(B) 207.8º 0.7% 0.46% -
XYZ 6.7 7.23 17.87 -
YUV 70.18 154.42 102.91 -
System Red Green Blue C M Y K H S L
Decimal 35 79 117 0.70 0.32 0 0.54 207.8 0.54 0.3
Hex 23 4F 75 46 20 0 36 D0 36 1E
Octal 43 117 165 106 40 0 66 320 66 36
Binary 100011 1001111 1110101 1000110 100000 0 110110 11010000 110110 11110

Color Harmonies of #234F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234F75

Black with #234F75

Text Example


Text Example

White with #234F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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