Html Css Color HEX #254B73 Venice Blue

📋 copy color: '#254B73'

red 37 ◦ green 75 ◦ blue 115

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

Shades of Venice Blue #254B73

Tints of Venice Blue #254B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.04%

 BLUE value IS 115 (45.31% from 255) = 50.66%

R = 16.3%
G = 33.04%
B = 50.66%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#254B73 (or 0x254B73) is known color: Venice Blue. HEX triplet: 25, 4B and 73. RGB value is (37,75,115). Sum of RGB (Red+Green+Blue) = 37+75+115=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #254B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B73 is #DAB48C. Grayscale: #444444. Windows color (decimal): -14333069 or 7555877. OLE color: 7555877.

HSL color Cylindrical-coordinate representation of color #254B73: hue angle of 210.77º degrees, saturation: 0.51, 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 #254B73 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 75 115 -
CMYK 0.68 0.35 0 0.55
HSL 210.77º 0.51% 0.3% -
HSV(B) 210.77º 0.68% 0.45% -
XYZ 6.37 6.66 17.17 -
YUV 68.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 37 75 115 0.68 0.35 0 0.55 210.77 0.51 0.3
Hex 25 4B 73 44 23 0 37 D3 33 1E
Octal 45 113 163 104 43 0 67 323 63 36
Binary 100101 1001011 1110011 1000100 100011 0 110111 11010011 110011 11110

Color Harmonies of #254B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254B73

Black with #254B73

Text Example


Text Example

White with #254B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,75,115); }

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

background-color css

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

 a { background-color: rgb(37,75,115); }

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

border-color css

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

 span { border-color: rgb(37,75,115); }

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