Html Css Color HEX #235072 Venice Blue

📋 copy color: '#235072'

red 35 ◦ green 80 ◦ blue 114

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

Shades of Venice Blue #235072

Tints of Venice Blue #235072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.78%

R = 15.28%
G = 34.93%
B = 49.78%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#235072 (or 0x235072) is known color: Venice Blue. HEX triplet: 23, 50 and 72. RGB value is (35,80,114). Sum of RGB (Red+Green+Blue) = 35+80+114=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #235072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235072 is #DCAF8D. Grayscale: #464646. Windows color (decimal): -14462862 or 7491619. OLE color: 7491619.

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

Color convert

RGB 35 80 114 -
CMYK 0.69 0.30 0 0.55
HSL 205.82º 0.53% 0.29% -
HSV(B) 205.82º 0.69% 0.45% -
XYZ 6.6 7.31 16.98 -
YUV 70.42 152.59 102.74 -
System Red Green Blue C M Y K H S L
Decimal 35 80 114 0.69 0.30 0 0.55 205.82 0.53 0.29
Hex 23 50 72 45 1E 0 37 CE 35 1D
Octal 43 120 162 105 36 0 67 316 65 35
Binary 100011 1010000 1110010 1000101 11110 0 110111 11001110 110101 11101

Color Harmonies of #235072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235072

Black with #235072

Text Example


Text Example

White with #235072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235072; }

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

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

background-color css

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

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

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

border-color css

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

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

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