Html Css Color HEX #255475 Venice Blue

📋 copy color: '#255475'

red 37 ◦ green 84 ◦ blue 117

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

Shades of Venice Blue #255475

Tints of Venice Blue #255475

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.29%

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

R = 15.55%
G = 35.29%
B = 49.16%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#255475 (or 0x255475) is known color: Venice Blue. HEX triplet: 25, 54 and 75. RGB value is (37,84,117). Sum of RGB (Red+Green+Blue) = 37+84+117=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #255475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255475 is #DAAB8A. Grayscale: #494949. Windows color (decimal): -14330763 or 7689253. OLE color: 7689253.

HSL color Cylindrical-coordinate representation of color #255475: hue angle of 204.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 #255475 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 84 117 -
CMYK 0.68 0.28 0 0.54
HSL 204.75º 0.52% 0.3% -
HSV(B) 204.75º 0.68% 0.46% -
XYZ 7.14 8.02 18 -
YUV 73.71 152.43 101.82 -
System Red Green Blue C M Y K H S L
Decimal 37 84 117 0.68 0.28 0 0.54 204.75 0.52 0.3
Hex 25 54 75 44 1C 0 36 CD 34 1E
Octal 45 124 165 104 34 0 66 315 64 36
Binary 100101 1010100 1110101 1000100 11100 0 110110 11001101 110100 11110

Color Harmonies of #255475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255475

Black with #255475

Text Example


Text Example

White with #255475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255475; }

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

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

background-color css

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

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

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

border-color css

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

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

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