Html Css Color HEX #255474 Venice Blue

📋 copy color: '#255474'

red 37 ◦ green 84 ◦ blue 116

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

Shades of Venice Blue #255474

Tints of Venice Blue #255474

RGB

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

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

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

R = 15.61%
G = 35.44%
B = 48.95%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#255474 (or 0x255474) is known color: Venice Blue. HEX triplet: 25, 54 and 74. RGB value is (37,84,116). Sum of RGB (Red+Green+Blue) = 37+84+116=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #255474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255474 is #DAAB8B. Grayscale: #494949. Windows color (decimal): -14330764 or 7623717. OLE color: 7623717.

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

Color convert

RGB 37 84 116 -
CMYK 0.68 0.28 0 0.55
HSL 204.3º 0.52% 0.3% -
HSV(B) 204.3º 0.68% 0.45% -
XYZ 7.09 7.99 17.69 -
YUV 73.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 37 84 116 0.68 0.28 0 0.55 204.3 0.52 0.3
Hex 25 54 74 44 1C 0 37 CC 34 1E
Octal 45 124 164 104 34 0 67 314 64 36
Binary 100101 1010100 1110100 1000100 11100 0 110111 11001100 110100 11110

Color Harmonies of #255474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255474

Black with #255474

Text Example


Text Example

White with #255474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255474; }

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

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

background-color css

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

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

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

border-color css

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

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

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