Html Css Color HEX #25486D Venice Blue

📋 copy color: '#25486D'

red 37 ◦ green 72 ◦ blue 109

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

Shades of Venice Blue #25486D

Tints of Venice Blue #25486D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 50%

R = 16.97%
G = 33.03%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25486D (or 0x25486D) is known color: Venice Blue. HEX triplet: 25, 48 and 6D. RGB value is (37,72,109). Sum of RGB (Red+Green+Blue) = 37+72+109=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #25486D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25486D is #DAB792. Grayscale: #414141. Windows color (decimal): -14333843 or 7161893. OLE color: 7161893.

HSL color Cylindrical-coordinate representation of color #25486D: hue angle of 210.83º degrees, saturation: 0.49, 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 #25486D is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 72 109 -
CMYK 0.66 0.34 0 0.57
HSL 210.83º 0.49% 0.29% -
HSV(B) 210.83º 0.66% 0.43% -
XYZ 5.84 6.13 15.34 -
YUV 65.75 152.4 107.49 -
System Red Green Blue C M Y K H S L
Decimal 37 72 109 0.66 0.34 0 0.57 210.83 0.49 0.29
Hex 25 48 6D 42 22 0 39 D3 31 1D
Octal 45 110 155 102 42 0 71 323 61 35
Binary 100101 1001000 1101101 1000010 100010 0 111001 11010011 110001 11101

Color Harmonies of #25486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25486D

Black with #25486D

Text Example


Text Example

White with #25486D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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