Html Css Color HEX #254F75 Venice Blue

📋 copy color: '#254F75'

red 37 ◦ green 79 ◦ blue 117

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

Shades of Venice Blue #254F75

Tints of Venice Blue #254F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50.21%

R = 15.88%
G = 33.91%
B = 50.21%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#254F75 (or 0x254F75) is known color: Venice Blue. HEX triplet: 25, 4F and 75. RGB value is (37,79,117). Sum of RGB (Red+Green+Blue) = 37+79+117=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #254F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F75 is #DAB08A. Grayscale: #464646. Windows color (decimal): -14332043 or 7687973. OLE color: 7687973.

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

Color convert

RGB 37 79 117 -
CMYK 0.68 0.32 0 0.54
HSL 208.5º 0.52% 0.3% -
HSV(B) 208.5º 0.68% 0.46% -
XYZ 6.77 7.27 17.88 -
YUV 70.77 154.09 103.91 -
System Red Green Blue C M Y K H S L
Decimal 37 79 117 0.68 0.32 0 0.54 208.5 0.52 0.3
Hex 25 4F 75 44 20 0 36 D0 34 1E
Octal 45 117 165 104 40 0 66 320 64 36
Binary 100101 1001111 1110101 1000100 100000 0 110110 11010000 110100 11110

Color Harmonies of #254F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254F75

Black with #254F75

Text Example


Text Example

White with #254F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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