Html Css Color HEX #254A6E Venice Blue

📋 copy color: '#254A6E'

red 37 ◦ green 74 ◦ blue 110

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

Shades of Venice Blue #254A6E

Tints of Venice Blue #254A6E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.48%

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

R = 16.74%
G = 33.48%
B = 49.77%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#254A6E (or 0x254A6E) is known color: Venice Blue. HEX triplet: 25, 4A and 6E. RGB value is (37,74,110). Sum of RGB (Red+Green+Blue) = 37+74+110=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #254A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A6E is #DAB591. Grayscale: #424242. Windows color (decimal): -14333330 or 7227941. OLE color: 7227941.

HSL color Cylindrical-coordinate representation of color #254A6E: hue angle of 209.59º 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 #254A6E is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 74 110 -
CMYK 0.66 0.33 0 0.57
HSL 209.59º 0.5% 0.29% -
HSV(B) 209.59º 0.66% 0.43% -
XYZ 6.03 6.42 15.67 -
YUV 67.04 152.24 106.57 -
System Red Green Blue C M Y K H S L
Decimal 37 74 110 0.66 0.33 0 0.57 209.59 0.5 0.29
Hex 25 4A 6E 42 21 0 39 D2 32 1D
Octal 45 112 156 102 41 0 71 322 62 35
Binary 100101 1001010 1101110 1000010 100001 0 111001 11010010 110010 11101

Color Harmonies of #254A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254A6E

Black with #254A6E

Text Example


Text Example

White with #254A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254A6E; }

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

 H1.HeaderClassName
 {
   color: #254A6E;
 }
 .AnyTagClassName
 {
   color: #254A6E;
 }
</style>

background-color css

<style>
 a { background-color: #254A6E; }

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

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

border-color css

<style>
 span { border-color: #254A6E; }

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

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