Html Css Color HEX #254F74 Venice Blue

📋 copy color: '#254F74'

red 37 ◦ green 79 ◦ blue 116

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

Shades of Venice Blue #254F74

Tints of Venice Blue #254F74

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.05%

 BLUE value IS 116 (45.7% from 255) = 50%

R = 15.95%
G = 34.05%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#254F74 (or 0x254F74) is known color: Venice Blue. HEX triplet: 25, 4F and 74. RGB value is (37,79,116). Sum of RGB (Red+Green+Blue) = 37+79+116=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #254F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F74 is #DAB08B. Grayscale: #464646. Windows color (decimal): -14332044 or 7622437. OLE color: 7622437.

HSL color Cylindrical-coordinate representation of color #254F74: hue angle of 208.1º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #254F74 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 79 116 -
CMYK 0.68 0.32 0 0.55
HSL 208.1º 0.52% 0.3% -
HSV(B) 208.1º 0.68% 0.45% -
XYZ 6.71 7.25 17.57 -
YUV 70.66 153.59 103.99 -
System Red Green Blue C M Y K H S L
Decimal 37 79 116 0.68 0.32 0 0.55 208.1 0.52 0.3
Hex 25 4F 74 44 20 0 37 D0 34 1E
Octal 45 117 164 104 40 0 67 320 64 36
Binary 100101 1001111 1110100 1000100 100000 0 110111 11010000 110100 11110

Color Harmonies of #254F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254F74

Black with #254F74

Text Example


Text Example

White with #254F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,79,116); }

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

background-color css

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

 a { background-color: rgb(37,79,116); }

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

border-color css

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

 span { border-color: rgb(37,79,116); }

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