Html Css Color HEX #234D6F Venice Blue

📋 copy color: '#234D6F'

red 35 ◦ green 77 ◦ blue 111

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

Shades of Venice Blue #234D6F

Tints of Venice Blue #234D6F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.53%

 BLUE value IS 111 (43.75% from 255) = 49.78%

R = 15.7%
G = 34.53%
B = 49.78%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#234D6F (or 0x234D6F) is known color: Venice Blue. HEX triplet: 23, 4D and 6F. RGB value is (35,77,111). Sum of RGB (Red+Green+Blue) = 35+77+111=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #234D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234D6F is #DCB290. Grayscale: #444444. Windows color (decimal): -14463633 or 7294243. OLE color: 7294243.

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

Color convert

RGB 35 77 111 -
CMYK 0.68 0.31 0 0.56
HSL 206.84º 0.52% 0.29% -
HSV(B) 206.84º 0.68% 0.44% -
XYZ 6.22 6.81 16.03 -
YUV 68.32 152.09 104.24 -
System Red Green Blue C M Y K H S L
Decimal 35 77 111 0.68 0.31 0 0.56 206.84 0.52 0.29
Hex 23 4D 6F 44 1F 0 38 CF 34 1D
Octal 43 115 157 104 37 0 70 317 64 35
Binary 100011 1001101 1101111 1000100 11111 0 111000 11001111 110100 11101

Color Harmonies of #234D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234D6F

Black with #234D6F

Text Example


Text Example

White with #234D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,77,111); }

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

background-color css

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

 a { background-color: rgb(35,77,111); }

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

border-color css

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

 span { border-color: rgb(35,77,111); }

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