Html Css Color HEX #25395B Catalina Blue

📋 copy color: '#25395B'

red 37 ◦ green 57 ◦ blue 91

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

Shades of Catalina Blue #25395B

Tints of Catalina Blue #25395B

RGB

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

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

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

R = 20%
G = 30.81%
B = 49.19%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25395B (or 0x25395B) is known color: Catalina Blue. HEX triplet: 25, 39 and 5B. RGB value is (37,57,91). Sum of RGB (Red+Green+Blue) = 37+57+91=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #25395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25395B is #DAC6A4. Grayscale: #363636. Windows color (decimal): -14337701 or 5978405. OLE color: 5978405.

HSL color Cylindrical-coordinate representation of color #25395B: hue angle of 217.78º 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 #25395B is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 57 91 -
CMYK 0.59 0.37 0 0.64
HSL 217.78º 0.42% 0.25% -
HSV(B) 217.78º 0.59% 0.36% -
XYZ 4.11 4.07 10.47 -
YUV 54.9 148.37 115.24 -
System Red Green Blue C M Y K H S L
Decimal 37 57 91 0.59 0.37 0 0.64 217.78 0.42 0.25
Hex 25 39 5B 3B 25 0 40 DA 2A 19
Octal 45 71 133 73 45 0 100 332 52 31
Binary 100101 111001 1011011 111011 100101 0 1000000 11011010 101010 11001

Color Harmonies of #25395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25395B

Black with #25395B

Text Example


Text Example

White with #25395B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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