Html Css Color HEX #25486E Venice Blue

📋 copy color: '#25486E'

red 37 ◦ green 72 ◦ blue 110

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

Shades of Venice Blue #25486E

Tints of Venice Blue #25486E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.88%

 BLUE value IS 110 (43.36% from 255) = 50.23%

R = 16.89%
G = 32.88%
B = 50.23%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25486E (or 0x25486E) is known color: Venice Blue. HEX triplet: 25, 48 and 6E. RGB value is (37,72,110). Sum of RGB (Red+Green+Blue) = 37+72+110=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #25486E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25486E is #DAB791. Grayscale: #414141. Windows color (decimal): -14333842 or 7227429. OLE color: 7227429.

HSL color Cylindrical-coordinate representation of color #25486E: hue angle of 211.23º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25486E is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 72 110 -
CMYK 0.66 0.35 0 0.57
HSL 211.23º 0.5% 0.29% -
HSV(B) 211.23º 0.66% 0.43% -
XYZ 5.89 6.15 15.63 -
YUV 65.87 152.9 107.41 -
System Red Green Blue C M Y K H S L
Decimal 37 72 110 0.66 0.35 0 0.57 211.23 0.5 0.29
Hex 25 48 6E 42 23 0 39 D3 32 1D
Octal 45 110 156 102 43 0 71 323 62 35
Binary 100101 1001000 1101110 1000010 100011 0 111001 11010011 110010 11101

Color Harmonies of #25486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25486E

Black with #25486E

Text Example


Text Example

White with #25486E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25486E; }

 p { color: rgb(37,72,110); }

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

background-color css

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

 a { background-color: rgb(37,72,110); }

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

border-color css

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

 span { border-color: rgb(37,72,110); }

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