Html Css Color HEX #25496F Venice Blue

📋 copy color: '#25496F'

red 37 ◦ green 73 ◦ blue 111

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

Shades of Venice Blue #25496F

Tints of Venice Blue #25496F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.03%

 BLUE value IS 111 (43.75% from 255) = 50.23%

R = 16.74%
G = 33.03%
B = 50.23%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#25496F (or 0x25496F) is known color: Venice Blue. HEX triplet: 25, 49 and 6F. RGB value is (37,73,111). Sum of RGB (Red+Green+Blue) = 37+73+111=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #25496F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25496F is #DAB690. Grayscale: #424242. Windows color (decimal): -14333585 or 7293221. OLE color: 7293221.

HSL color Cylindrical-coordinate representation of color #25496F: hue angle of 210.81º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25496F is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 73 111 -
CMYK 0.67 0.34 0 0.56
HSL 210.81º 0.5% 0.29% -
HSV(B) 210.81º 0.67% 0.44% -
XYZ 6.01 6.31 15.94 -
YUV 66.57 153.07 106.91 -
System Red Green Blue C M Y K H S L
Decimal 37 73 111 0.67 0.34 0 0.56 210.81 0.5 0.29
Hex 25 49 6F 43 22 0 38 D3 32 1D
Octal 45 111 157 103 42 0 70 323 62 35
Binary 100101 1001001 1101111 1000011 100010 0 111000 11010011 110010 11101

Color Harmonies of #25496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25496F

Black with #25496F

Text Example


Text Example

White with #25496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25496F; }

 p { color: rgb(37,73,111); }

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

background-color css

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

 a { background-color: rgb(37,73,111); }

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

border-color css

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

 span { border-color: rgb(37,73,111); }

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