Html Css Color HEX #255374 Venice Blue

📋 copy color: '#255374'

red 37 ◦ green 83 ◦ blue 116

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

Shades of Venice Blue #255374

Tints of Venice Blue #255374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.17%

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

R = 15.68%
G = 35.17%
B = 49.15%

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

#255374 (or 0x255374) is known color: Venice Blue. HEX triplet: 25, 53 and 74. RGB value is (37,83,116). Sum of RGB (Red+Green+Blue) = 37+83+116=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #255374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255374 is #DAAC8B. Grayscale: #484848. Windows color (decimal): -14331020 or 7623461. OLE color: 7623461.

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

Color convert

RGB 37 83 116 -
CMYK 0.68 0.28 0 0.55
HSL 205.06º 0.52% 0.3% -
HSV(B) 205.06º 0.68% 0.45% -
XYZ 7.01 7.84 17.67 -
YUV 73.01 152.26 102.32 -
System Red Green Blue C M Y K H S L
Decimal 37 83 116 0.68 0.28 0 0.55 205.06 0.52 0.3
Hex 25 53 74 44 1C 0 37 CD 34 1E
Octal 45 123 164 104 34 0 67 315 64 36
Binary 100101 1010011 1110100 1000100 11100 0 110111 11001101 110100 11110

Color Harmonies of #255374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255374

Black with #255374

Text Example


Text Example

White with #255374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255374; }

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

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

background-color css

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

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

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

border-color css

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

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

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