Html Css Color HEX #255073 Venice Blue

📋 copy color: '#255073'

red 37 ◦ green 80 ◦ blue 115

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

Shades of Venice Blue #255073

Tints of Venice Blue #255073

RGB

 RED value IS 37 (14.84% from 255) = 15.95%

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

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

R = 15.95%
G = 34.48%
B = 49.57%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#255073 (or 0x255073) is known color: Venice Blue. HEX triplet: 25, 50 and 73. RGB value is (37,80,115). Sum of RGB (Red+Green+Blue) = 37+80+115=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #255073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255073 is #DAAF8C. Grayscale: #464646. Windows color (decimal): -14331789 or 7557157. OLE color: 7557157.

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

Color convert

RGB 37 80 115 -
CMYK 0.68 0.30 0 0.55
HSL 206.92º 0.51% 0.3% -
HSV(B) 206.92º 0.68% 0.45% -
XYZ 6.73 7.37 17.29 -
YUV 71.13 152.75 103.65 -
System Red Green Blue C M Y K H S L
Decimal 37 80 115 0.68 0.30 0 0.55 206.92 0.51 0.3
Hex 25 50 73 44 1E 0 37 CF 33 1E
Octal 45 120 163 104 36 0 67 317 63 36
Binary 100101 1010000 1110011 1000100 11110 0 110111 11001111 110011 11110

Color Harmonies of #255073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255073

Black with #255073

Text Example


Text Example

White with #255073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255073; }

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

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

background-color css

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

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

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

border-color css

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

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

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