Html Css Color HEX #25375D Catalina Blue

📋 copy color: '#25375D'

red 37 ◦ green 55 ◦ blue 93

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

Shades of Catalina Blue #25375D

Tints of Catalina Blue #25375D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 50.27%

R = 20%
G = 29.73%
B = 50.27%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25375D (or 0x25375D) is known color: Catalina Blue. HEX triplet: 25, 37 and 5D. RGB value is (37,55,93). Sum of RGB (Red+Green+Blue) = 37+55+93=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #25375D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25375D is #DAC8A2. Grayscale: #353535. Windows color (decimal): -14338211 or 6108965. OLE color: 6108965.

HSL color Cylindrical-coordinate representation of color #25375D: hue angle of 220.71º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25375D is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 55 93 -
CMYK 0.60 0.41 0 0.64
HSL 220.71º 0.43% 0.25% -
HSV(B) 220.71º 0.6% 0.36% -
XYZ 4.1 3.92 10.9 -
YUV 53.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 37 55 93 0.60 0.41 0 0.64 220.71 0.43 0.25
Hex 25 37 5D 3C 29 0 40 DD 2B 19
Octal 45 67 135 74 51 0 100 335 53 31
Binary 100101 110111 1011101 111100 101001 0 1000000 11011101 101011 11001

Color Harmonies of #25375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25375D

Black with #25375D

Text Example


Text Example

White with #25375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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