Html Css Color HEX #254A6D Venice Blue

📋 copy color: '#254A6D'

red 37 ◦ green 74 ◦ blue 109

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

Shades of Venice Blue #254A6D

Tints of Venice Blue #254A6D

RGB

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

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

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

R = 16.82%
G = 33.64%
B = 49.55%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#254A6D (or 0x254A6D) is known color: Venice Blue. HEX triplet: 25, 4A and 6D. RGB value is (37,74,109). Sum of RGB (Red+Green+Blue) = 37+74+109=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #254A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A6D is #DAB592. Grayscale: #424242. Windows color (decimal): -14333331 or 7162405. OLE color: 7162405.

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

Color convert

RGB 37 74 109 -
CMYK 0.66 0.32 0 0.57
HSL 209.17º 0.49% 0.29% -
HSV(B) 209.17º 0.66% 0.43% -
XYZ 5.97 6.4 15.39 -
YUV 66.93 151.74 106.65 -
System Red Green Blue C M Y K H S L
Decimal 37 74 109 0.66 0.32 0 0.57 209.17 0.49 0.29
Hex 25 4A 6D 42 20 0 39 D1 31 1D
Octal 45 112 155 102 40 0 71 321 61 35
Binary 100101 1001010 1101101 1000010 100000 0 111001 11010001 110001 11101

Color Harmonies of #254A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254A6D

Black with #254A6D

Text Example


Text Example

White with #254A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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