Html Css Color HEX #235073 Venice Blue

📋 copy color: '#235073'

red 35 ◦ green 80 ◦ blue 115

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

Shades of Venice Blue #235073

Tints of Venice Blue #235073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.78%

 BLUE value IS 115 (45.31% from 255) = 50%

R = 15.22%
G = 34.78%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#235073 (or 0x235073) is known color: Venice Blue. HEX triplet: 23, 50 and 73. RGB value is (35,80,115). Sum of RGB (Red+Green+Blue) = 35+80+115=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #235073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235073 is #DCAF8C. Grayscale: #464646. Windows color (decimal): -14462861 or 7557155. OLE color: 7557155.

HSL color Cylindrical-coordinate representation of color #235073: hue angle of 206.25º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #235073 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 80 115 -
CMYK 0.70 0.30 0 0.55
HSL 206.25º 0.53% 0.29% -
HSV(B) 206.25º 0.7% 0.45% -
XYZ 6.66 7.33 17.28 -
YUV 70.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 35 80 115 0.70 0.30 0 0.55 206.25 0.53 0.29
Hex 23 50 73 46 1E 0 37 CE 35 1D
Octal 43 120 163 106 36 0 67 316 65 35
Binary 100011 1010000 1110011 1000110 11110 0 110111 11001110 110101 11101

Color Harmonies of #235073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235073

Black with #235073

Text Example


Text Example

White with #235073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235073; }

 p { color: rgb(35,80,115); }

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

background-color css

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

 a { background-color: rgb(35,80,115); }

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

border-color css

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

 span { border-color: rgb(35,80,115); }

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