Html Css Color HEX #255479 Venice Blue

📋 copy color: '#255479'

red 37 ◦ green 84 ◦ blue 121

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

Shades of Venice Blue #255479

Tints of Venice Blue #255479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 50%

R = 15.29%
G = 34.71%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#255479 (or 0x255479) is known color: Venice Blue. HEX triplet: 25, 54 and 79. RGB value is (37,84,121). Sum of RGB (Red+Green+Blue) = 37+84+121=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #255479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255479 is #DAAB86. Grayscale: #494949. Windows color (decimal): -14330759 or 7951397. OLE color: 7951397.

HSL color Cylindrical-coordinate representation of color #255479: hue angle of 206.43º 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 #255479 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 84 121 -
CMYK 0.69 0.31 0 0.53
HSL 206.43º 0.53% 0.31% -
HSV(B) 206.43º 0.69% 0.47% -
XYZ 7.38 8.11 19.27 -
YUV 74.17 154.43 101.49 -
System Red Green Blue C M Y K H S L
Decimal 37 84 121 0.69 0.31 0 0.53 206.43 0.53 0.31
Hex 25 54 79 45 1F 0 35 CE 35 1F
Octal 45 124 171 105 37 0 65 316 65 37
Binary 100101 1010100 1111001 1000101 11111 0 110101 11001110 110101 11111

Color Harmonies of #255479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255479

Black with #255479

Text Example


Text Example

White with #255479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255479; }

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

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

background-color css

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

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

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

border-color css

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

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

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