#254260

Color #254260 Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #254260

Tints of Catalina Blue #254260

Color information

#254260 (or 0x254260) is unknown color: approx Catalina Blue. HEX triplet: 25, 42 and 60. RGB value is (37,66,96). Sum of RGB (Red+Green+Blue) = 37+66+96=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #254260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254260 is #DABD9F. Grayscale: #3C3C3C. Windows color (decimal): -14335392 or 6308389. OLE color: 6308389.

HSL color Cylindrical-coordinate representation of color #254260: hue angle of 210.51º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #254260 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB376696-
CMYK0.610.3100.62
HSL210.51º44.36%26.08%-
HSV(B)210.51º61.46%37.65%-
XYZ4.825.1311.8-
YUV60.75147.89111.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.59%
GREEN value IS 66 (26.17% from 255) = 33.17%
BLUE value IS 96 (37.89% from 255) = 48.24%
R=18.59%
G=33.17%
B=48.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3766960.610.3100.62210.5144.3626.08
Hex2542603D1F03Ed32c1a
Octal4510214075370763235432
Binary100101100001011000001111011111101111101101001110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254260; }

 p { color: rgb(37,66,96); }

 H1.HeaderClassName
 {
   color: #254260;
 }
 .AnyTagClassName
 {
   color: #254260;
 }
</style>
background-color css

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

 a { background-color: rgb(37,66,96); }

 div.DivClassName
 {
   background-color: #254260;
 }
 .BgClassName
 {
   background-color: #254260;
 }
</style>
border-color css

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

 span { border-color: rgb(37,66,96); }

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