Html Css Color HEX #255478 Venice Blue

📋 copy color: '#255478'

red 37 ◦ green 84 ◦ blue 120

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

Shades of Venice Blue #255478

Tints of Venice Blue #255478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 49.79%

R = 15.35%
G = 34.85%
B = 49.79%

CMYK

 C value IS 0.69

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#255478 (or 0x255478) is known color: Venice Blue. HEX triplet: 25, 54 and 78. RGB value is (37,84,120). Sum of RGB (Red+Green+Blue) = 37+84+120=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #255478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255478 is #DAAB87. Grayscale: #494949. Windows color (decimal): -14330760 or 7885861. OLE color: 7885861.

HSL color Cylindrical-coordinate representation of color #255478: hue angle of 206.02º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #255478 is Cyan = 0.69, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 84 120 -
CMYK 0.69 0.3 0 0.53
HSL 206.02º 0.53% 0.31% -
HSV(B) 206.02º 0.69% 0.47% -
XYZ 7.32 8.09 18.94 -
YUV 74.05 153.93 101.57 -
System Red Green Blue C M Y K H S L
Decimal 37 84 120 0.69 0.3 0 0.53 206.02 0.53 0.31
Hex 25 54 78 45 1E 0 35 CE 35 1F
Octal 45 124 170 105 36 0 65 316 65 37
Binary 100101 1010100 1111000 1000101 11110 0 110101 11001110 110101 11111

Color Harmonies of #255478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255478

Black with #255478

Text Example


Text Example

White with #255478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255478; }

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

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

background-color css

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

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

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

border-color css

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

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

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