Html Css Color HEX #234B6F Venice Blue

📋 copy color: '#234B6F'

red 35 ◦ green 75 ◦ blue 111

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

Shades of Venice Blue #234B6F

Tints of Venice Blue #234B6F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.94%

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

R = 15.84%
G = 33.94%
B = 50.23%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#234B6F (or 0x234B6F) is known color: Venice Blue. HEX triplet: 23, 4B and 6F. RGB value is (35,75,111). Sum of RGB (Red+Green+Blue) = 35+75+111=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #234B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234B6F is #DCB490. Grayscale: #424242. Windows color (decimal): -14464145 or 7293731. OLE color: 7293731.

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

Color convert

RGB 35 75 111 -
CMYK 0.68 0.32 0 0.56
HSL 208.42º 0.52% 0.29% -
HSV(B) 208.42º 0.68% 0.44% -
XYZ 6.08 6.54 15.98 -
YUV 67.14 152.75 105.07 -
System Red Green Blue C M Y K H S L
Decimal 35 75 111 0.68 0.32 0 0.56 208.42 0.52 0.29
Hex 23 4B 6F 44 20 0 38 D0 34 1D
Octal 43 113 157 104 40 0 70 320 64 35
Binary 100011 1001011 1101111 1000100 100000 0 111000 11010000 110100 11101

Color Harmonies of #234B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234B6F

Black with #234B6F

Text Example


Text Example

White with #234B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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