Html Css Color HEX #25476F Venice Blue

📋 copy color: '#25476F'

red 37 ◦ green 71 ◦ blue 111

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

Shades of Venice Blue #25476F

Tints of Venice Blue #25476F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.42%

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

R = 16.89%
G = 32.42%
B = 50.68%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#25476F (or 0x25476F) is known color: Venice Blue. HEX triplet: 25, 47 and 6F. RGB value is (37,71,111). Sum of RGB (Red+Green+Blue) = 37+71+111=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #25476F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25476F is #DAB890. Grayscale: #414141. Windows color (decimal): -14334097 or 7292709. OLE color: 7292709.

HSL color Cylindrical-coordinate representation of color #25476F: hue angle of 212.43º 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 #25476F is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 71 111 -
CMYK 0.67 0.36 0 0.56
HSL 212.43º 0.5% 0.29% -
HSV(B) 212.43º 0.67% 0.44% -
XYZ 5.89 6.05 15.9 -
YUV 65.39 153.74 107.75 -
System Red Green Blue C M Y K H S L
Decimal 37 71 111 0.67 0.36 0 0.56 212.43 0.5 0.29
Hex 25 47 6F 43 24 0 38 D4 32 1D
Octal 45 107 157 103 44 0 70 324 62 35
Binary 100101 1000111 1101111 1000011 100100 0 111000 11010100 110010 11101

Color Harmonies of #25476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25476F

Black with #25476F

Text Example


Text Example

White with #25476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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