Html Css Color HEX #255075 Venice Blue

📋 copy color: '#255075'

red 37 ◦ green 80 ◦ blue 117

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

Shades of Venice Blue #255075

Tints of Venice Blue #255075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50%

R = 15.81%
G = 34.19%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#255075 (or 0x255075) is known color: Venice Blue. HEX triplet: 25, 50 and 75. RGB value is (37,80,117). Sum of RGB (Red+Green+Blue) = 37+80+117=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #255075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255075 is #DAAF8A. Grayscale: #474747. Windows color (decimal): -14331787 or 7688229. OLE color: 7688229.

HSL color Cylindrical-coordinate representation of color #255075: hue angle of 207.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #255075 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 80 117 -
CMYK 0.68 0.32 0 0.54
HSL 207.75º 0.52% 0.3% -
HSV(B) 207.75º 0.68% 0.46% -
XYZ 6.84 7.41 17.9 -
YUV 71.36 153.75 103.49 -
System Red Green Blue C M Y K H S L
Decimal 37 80 117 0.68 0.32 0 0.54 207.75 0.52 0.3
Hex 25 50 75 44 20 0 36 D0 34 1E
Octal 45 120 165 104 40 0 66 320 64 36
Binary 100101 1010000 1110101 1000100 100000 0 110110 11010000 110100 11110

Color Harmonies of #255075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255075

Black with #255075

Text Example


Text Example

White with #255075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255075; }

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

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

background-color css

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

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

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

border-color css

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

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

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