Html Css Color HEX #25325B Catalina Blue

📋 copy color: '#25325B'

red 37 ◦ green 50 ◦ blue 91

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

Shades of Catalina Blue #25325B

Tints of Catalina Blue #25325B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.09%

 BLUE value IS 91 (35.94% from 255) = 51.12%

R = 20.79%
G = 28.09%
B = 51.12%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25325B (or 0x25325B) is known color: Catalina Blue. HEX triplet: 25, 32 and 5B. RGB value is (37,50,91). Sum of RGB (Red+Green+Blue) = 37+50+91=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #25325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25325B is #DACDA4. Grayscale: #323232. Windows color (decimal): -14339493 or 5976613. OLE color: 5976613.

HSL color Cylindrical-coordinate representation of color #25325B: hue angle of 225.56º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25325B is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 50 91 -
CMYK 0.59 0.45 0 0.64
HSL 225.56º 0.42% 0.25% -
HSV(B) 225.56º 0.59% 0.36% -
XYZ 3.79 3.43 10.36 -
YUV 50.79 150.69 118.17 -
System Red Green Blue C M Y K H S L
Decimal 37 50 91 0.59 0.45 0 0.64 225.56 0.42 0.25
Hex 25 32 5B 3B 2D 0 40 E2 2A 19
Octal 45 62 133 73 55 0 100 342 52 31
Binary 100101 110010 1011011 111011 101101 0 1000000 11100010 101010 11001

Color Harmonies of #25325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25325B

Black with #25325B

Text Example


Text Example

White with #25325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25325B; }

 p { color: rgb(37,50,91); }

 H1.HeaderClassName
 {
   color: #25325B;
 }
 .AnyTagClassName
 {
   color: #25325B;
 }
</style>

background-color css

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

 a { background-color: rgb(37,50,91); }

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

border-color css

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

 span { border-color: rgb(37,50,91); }

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