Html Css Color HEX #25395A Catalina Blue

📋 copy color: '#25395A'

red 37 ◦ green 57 ◦ blue 90

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

Shades of Catalina Blue #25395A

Tints of Catalina Blue #25395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.98%

 BLUE value IS 90 (35.55% from 255) = 48.91%

R = 20.11%
G = 30.98%
B = 48.91%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#25395A (or 0x25395A) is known color: Catalina Blue. HEX triplet: 25, 39 and 5A. RGB value is (37,57,90). Sum of RGB (Red+Green+Blue) = 37+57+90=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #25395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25395A is #DAC6A5. Grayscale: #363636. Windows color (decimal): -14337702 or 5912869. OLE color: 5912869.

HSL color Cylindrical-coordinate representation of color #25395A: hue angle of 217.36º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25395A is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 57 90 -
CMYK 0.59 0.37 0 0.65
HSL 217.36º 0.42% 0.25% -
HSV(B) 217.36º 0.59% 0.35% -
XYZ 4.07 4.06 10.24 -
YUV 54.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 37 57 90 0.59 0.37 0 0.65 217.36 0.42 0.25
Hex 25 39 5A 3B 25 0 41 D9 2A 19
Octal 45 71 132 73 45 0 101 331 52 31
Binary 100101 111001 1011010 111011 100101 0 1000001 11011001 101010 11001

Color Harmonies of #25395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25395A

Black with #25395A

Text Example


Text Example

White with #25395A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25395A; }

 p { color: rgb(37,57,90); }

 H1.HeaderClassName
 {
   color: #25395A;
 }
 .AnyTagClassName
 {
   color: #25395A;
 }
</style>

background-color css

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

 a { background-color: rgb(37,57,90); }

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

border-color css

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

 span { border-color: rgb(37,57,90); }

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