Html Css Color HEX #23466F Venice Blue

📋 copy color: '#23466F'

red 35 ◦ green 70 ◦ blue 111

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

Shades of Venice Blue #23466F

Tints of Venice Blue #23466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.41%

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

R = 16.2%
G = 32.41%
B = 51.39%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#23466F (or 0x23466F) is known color: Venice Blue. HEX triplet: 23, 46 and 6F. RGB value is (35,70,111). Sum of RGB (Red+Green+Blue) = 35+70+111=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #23466F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23466F is #DCB990. Grayscale: #404040. Windows color (decimal): -14465425 or 7292451. OLE color: 7292451.

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

Color convert

RGB 35 70 111 -
CMYK 0.68 0.37 0 0.56
HSL 212.37º 0.52% 0.29% -
HSV(B) 212.37º 0.68% 0.44% -
XYZ 5.75 5.89 15.87 -
YUV 64.21 154.4 107.17 -
System Red Green Blue C M Y K H S L
Decimal 35 70 111 0.68 0.37 0 0.56 212.37 0.52 0.29
Hex 23 46 6F 44 25 0 38 D4 34 1D
Octal 43 106 157 104 45 0 70 324 64 35
Binary 100011 1000110 1101111 1000100 100101 0 111000 11010100 110100 11101

Color Harmonies of #23466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23466F

Black with #23466F

Text Example


Text Example

White with #23466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23466F; }

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

 H1.HeaderClassName
 {
   color: #23466F;
 }
 .AnyTagClassName
 {
   color: #23466F;
 }
</style>

background-color css

<style>
 a { background-color: #23466F; }

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

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

border-color css

<style>
 span { border-color: #23466F; }

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

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