Html Css Color HEX #254C7A Venice Blue

📋 copy color: '#254C7A'

red 37 ◦ green 76 ◦ blue 122

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

Shades of Venice Blue #254C7A

Tints of Venice Blue #254C7A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.34%

 BLUE value IS 122 (48.05% from 255) = 51.91%

R = 15.74%
G = 32.34%
B = 51.91%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#254C7A (or 0x254C7A) is known color: Venice Blue. HEX triplet: 25, 4C and 7A. RGB value is (37,76,122). Sum of RGB (Red+Green+Blue) = 37+76+122=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #254C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C7A is #DAB385. Grayscale: #454545. Windows color (decimal): -14332806 or 8014885. OLE color: 8014885.

HSL color Cylindrical-coordinate representation of color #254C7A: hue angle of 212.47º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #254C7A is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 76 122 -
CMYK 0.70 0.38 0 0.52
HSL 212.47º 0.53% 0.31% -
HSV(B) 212.47º 0.7% 0.48% -
XYZ 6.86 6.97 19.4 -
YUV 69.58 157.58 104.76 -
System Red Green Blue C M Y K H S L
Decimal 37 76 122 0.70 0.38 0 0.52 212.47 0.53 0.31
Hex 25 4C 7A 46 26 0 34 D4 35 1F
Octal 45 114 172 106 46 0 64 324 65 37
Binary 100101 1001100 1111010 1000110 100110 0 110100 11010100 110101 11111

Color Harmonies of #254C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254C7A

Black with #254C7A

Text Example


Text Example

White with #254C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,76,122); }

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

background-color css

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

 a { background-color: rgb(37,76,122); }

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

border-color css

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

 span { border-color: rgb(37,76,122); }

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