Html Css Color HEX #25375F Catalina Blue

📋 copy color: '#25375F'

red 37 ◦ green 55 ◦ blue 95

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

Shades of Catalina Blue #25375F

Tints of Catalina Blue #25375F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 50.8%

R = 19.79%
G = 29.41%
B = 50.8%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25375F (or 0x25375F) is known color: Catalina Blue. HEX triplet: 25, 37 and 5F. RGB value is (37,55,95). Sum of RGB (Red+Green+Blue) = 37+55+95=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #25375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25375F is #DAC8A0. Grayscale: #363636. Windows color (decimal): -14338209 or 6240037. OLE color: 6240037.

HSL color Cylindrical-coordinate representation of color #25375F: hue angle of 221.38º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25375F is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 55 95 -
CMYK 0.61 0.42 0 0.63
HSL 221.38º 0.44% 0.26% -
HSV(B) 221.38º 0.61% 0.37% -
XYZ 4.19 3.95 11.37 -
YUV 54.18 151.04 115.75 -
System Red Green Blue C M Y K H S L
Decimal 37 55 95 0.61 0.42 0 0.63 221.38 0.44 0.26
Hex 25 37 5F 3D 2A 0 3F DD 2C 1A
Octal 45 67 137 75 52 0 77 335 54 32
Binary 100101 110111 1011111 111101 101010 0 111111 11011101 101100 11010

Color Harmonies of #25375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25375F

Black with #25375F

Text Example


Text Example

White with #25375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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