Html Css Color HEX #255074 Venice Blue

📋 copy color: '#255074'

red 37 ◦ green 80 ◦ blue 116

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

Shades of Venice Blue #255074

Tints of Venice Blue #255074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 49.79%

R = 15.88%
G = 34.33%
B = 49.79%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#255074 (or 0x255074) is known color: Venice Blue. HEX triplet: 25, 50 and 74. RGB value is (37,80,116). Sum of RGB (Red+Green+Blue) = 37+80+116=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #255074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255074 is #DAAF8B. Grayscale: #474747. Windows color (decimal): -14331788 or 7622693. OLE color: 7622693.

HSL color Cylindrical-coordinate representation of color #255074: hue angle of 207.34º degrees, saturation: 0.52, 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 #255074 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 80 116 -
CMYK 0.68 0.31 0 0.55
HSL 207.34º 0.52% 0.3% -
HSV(B) 207.34º 0.68% 0.45% -
XYZ 6.78 7.39 17.59 -
YUV 71.25 153.25 103.57 -
System Red Green Blue C M Y K H S L
Decimal 37 80 116 0.68 0.31 0 0.55 207.34 0.52 0.3
Hex 25 50 74 44 1F 0 37 CF 34 1E
Octal 45 120 164 104 37 0 67 317 64 36
Binary 100101 1010000 1110100 1000100 11111 0 110111 11001111 110100 11110

Color Harmonies of #255074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255074

Black with #255074

Text Example


Text Example

White with #255074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255074; }

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

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

background-color css

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

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

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

border-color css

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

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

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