Html Css Color HEX #25466F Venice Blue

📋 copy color: '#25466F'

red 37 ◦ green 70 ◦ blue 111

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

Shades of Venice Blue #25466F

Tints of Venice Blue #25466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.11%

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

R = 16.97%
G = 32.11%
B = 50.92%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#25466F (or 0x25466F) is known color: Venice Blue. HEX triplet: 25, 46 and 6F. RGB value is (37,70,111). Sum of RGB (Red+Green+Blue) = 37+70+111=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #25466F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25466F is #DAB990. Grayscale: #404040. Windows color (decimal): -14334353 or 7292453. OLE color: 7292453.

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

Color convert

RGB 37 70 111 -
CMYK 0.67 0.37 0 0.56
HSL 213.24º 0.5% 0.29% -
HSV(B) 213.24º 0.67% 0.44% -
XYZ 5.82 5.92 15.87 -
YUV 64.81 154.07 108.17 -
System Red Green Blue C M Y K H S L
Decimal 37 70 111 0.67 0.37 0 0.56 213.24 0.5 0.29
Hex 25 46 6F 43 25 0 38 D5 32 1D
Octal 45 106 157 103 45 0 70 325 62 35
Binary 100101 1000110 1101111 1000011 100101 0 111000 11010101 110010 11101

Color Harmonies of #25466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25466F

Black with #25466F

Text Example


Text Example

White with #25466F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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