Html Css Color HEX #254B7A Venice Blue

📋 copy color: '#254B7A'

red 37 ◦ green 75 ◦ blue 122

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

Shades of Venice Blue #254B7A

Tints of Venice Blue #254B7A

RGB

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

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

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

R = 15.81%
G = 32.05%
B = 52.14%

CMYK

 C value IS 0.70

 M value IS 0.39

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#254B7A (or 0x254B7A) is known color: Venice Blue. HEX triplet: 25, 4B and 7A. RGB value is (37,75,122). Sum of RGB (Red+Green+Blue) = 37+75+122=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #254B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B7A is #DAB485. Grayscale: #444444. Windows color (decimal): -14333062 or 8014629. OLE color: 8014629.

HSL color Cylindrical-coordinate representation of color #254B7A: hue angle of 213.18º 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 #254B7A is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 75 122 -
CMYK 0.70 0.39 0 0.52
HSL 213.18º 0.53% 0.31% -
HSV(B) 213.18º 0.7% 0.48% -
XYZ 6.79 6.83 19.37 -
YUV 69 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 37 75 122 0.70 0.39 0 0.52 213.18 0.53 0.31
Hex 25 4B 7A 46 27 0 34 D5 35 1F
Octal 45 113 172 106 47 0 64 325 65 37
Binary 100101 1001011 1111010 1000110 100111 0 110100 11010101 110101 11111

Color Harmonies of #254B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254B7A

Black with #254B7A

Text Example


Text Example

White with #254B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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