Html Css Color HEX #234B6D Venice Blue

📋 copy color: '#234B6D'

red 35 ◦ green 75 ◦ blue 109

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

Shades of Venice Blue #234B6D

Tints of Venice Blue #234B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 49.77%

R = 15.98%
G = 34.25%
B = 49.77%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#234B6D (or 0x234B6D) is known color: Venice Blue. HEX triplet: 23, 4B and 6D. RGB value is (35,75,109). Sum of RGB (Red+Green+Blue) = 35+75+109=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #234B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234B6D is #DCB492. Grayscale: #424242. Windows color (decimal): -14464147 or 7162659. OLE color: 7162659.

HSL color Cylindrical-coordinate representation of color #234B6D: hue angle of 207.57º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #234B6D is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 35 75 109 -
CMYK 0.68 0.31 0 0.57
HSL 207.57º 0.51% 0.28% -
HSV(B) 207.57º 0.68% 0.43% -
XYZ 5.97 6.49 15.41 -
YUV 66.92 151.75 105.24 -
System Red Green Blue C M Y K H S L
Decimal 35 75 109 0.68 0.31 0 0.57 207.57 0.51 0.28
Hex 23 4B 6D 44 1F 0 39 D0 33 1C
Octal 43 113 155 104 37 0 71 320 63 34
Binary 100011 1001011 1101101 1000100 11111 0 111001 11010000 110011 11100

Color Harmonies of #234B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234B6D

Black with #234B6D

Text Example


Text Example

White with #234B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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