Html Css Color HEX #25405C Catalina Blue

📋 copy color: '#25405C'

red 37 ◦ green 64 ◦ blue 92

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

Shades of Catalina Blue #25405C

Tints of Catalina Blue #25405C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.16%

 BLUE value IS 92 (36.33% from 255) = 47.67%

R = 19.17%
G = 33.16%
B = 47.67%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25405C (or 0x25405C) is known color: Catalina Blue. HEX triplet: 25, 40 and 5C. RGB value is (37,64,92). Sum of RGB (Red+Green+Blue) = 37+64+92=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #25405C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25405C is #DABFA3. Grayscale: #3A3A3A. Windows color (decimal): -14335908 or 6045733. OLE color: 6045733.

HSL color Cylindrical-coordinate representation of color #25405C: hue angle of 210.55º 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 #25405C is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 64 92 -
CMYK 0.60 0.30 0 0.64
HSL 210.55º 0.43% 0.25% -
HSV(B) 210.55º 0.6% 0.36% -
XYZ 4.53 4.83 10.82 -
YUV 59.12 146.55 112.22 -
System Red Green Blue C M Y K H S L
Decimal 37 64 92 0.60 0.30 0 0.64 210.55 0.43 0.25
Hex 25 40 5C 3C 1E 0 40 D3 2B 19
Octal 45 100 134 74 36 0 100 323 53 31
Binary 100101 1000000 1011100 111100 11110 0 1000000 11010011 101011 11001

Color Harmonies of #25405C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25405C

Black with #25405C

Text Example


Text Example

White with #25405C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25405C; }

 p { color: rgb(37,64,92); }

 H1.HeaderClassName
 {
   color: #25405C;
 }
 .AnyTagClassName
 {
   color: #25405C;
 }
</style>

background-color css

<style>
 a { background-color: #25405C; }

 a { background-color: rgb(37,64,92); }

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

border-color css

<style>
 span { border-color: #25405C; }

 span { border-color: rgb(37,64,92); }

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