Html Css Color HEX #25375B Catalina Blue

📋 copy color: '#25375B'

red 37 ◦ green 55 ◦ blue 91

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

Shades of Catalina Blue #25375B

Tints of Catalina Blue #25375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.05%

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

R = 20.22%
G = 30.05%
B = 49.73%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25375B (or 0x25375B) is known color: Catalina Blue. HEX triplet: 25, 37 and 5B. RGB value is (37,55,91). Sum of RGB (Red+Green+Blue) = 37+55+91=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #25375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25375B is #DAC8A4. Grayscale: #353535. Windows color (decimal): -14338213 or 5977893. OLE color: 5977893.

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

Color convert

RGB 37 55 91 -
CMYK 0.59 0.40 0 0.64
HSL 220º 0.42% 0.25% -
HSV(B) 220º 0.59% 0.36% -
XYZ 4.02 3.88 10.43 -
YUV 53.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 37 55 91 0.59 0.40 0 0.64 220 0.42 0.25
Hex 25 37 5B 3B 28 0 40 DC 2A 19
Octal 45 67 133 73 50 0 100 334 52 31
Binary 100101 110111 1011011 111011 101000 0 1000000 11011100 101010 11001

Color Harmonies of #25375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25375B

Black with #25375B

Text Example


Text Example

White with #25375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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