Html Css Color HEX #25405D Catalina Blue

📋 copy color: '#25405D'

red 37 ◦ green 64 ◦ blue 93

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

Shades of Catalina Blue #25405D

Tints of Catalina Blue #25405D

RGB

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

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

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

R = 19.07%
G = 32.99%
B = 47.94%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25405D (or 0x25405D) is known color: Catalina Blue. HEX triplet: 25, 40 and 5D. RGB value is (37,64,93). Sum of RGB (Red+Green+Blue) = 37+64+93=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #25405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25405D is #DABFA2. Grayscale: #3B3B3B. Windows color (decimal): -14335907 or 6111269. OLE color: 6111269.

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

Color convert

RGB 37 64 93 -
CMYK 0.60 0.31 0 0.64
HSL 211.07º 0.43% 0.25% -
HSV(B) 211.07º 0.6% 0.36% -
XYZ 4.57 4.85 11.05 -
YUV 59.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 37 64 93 0.60 0.31 0 0.64 211.07 0.43 0.25
Hex 25 40 5D 3C 1F 0 40 D3 2B 19
Octal 45 100 135 74 37 0 100 323 53 31
Binary 100101 1000000 1011101 111100 11111 0 1000000 11010011 101011 11001

Color Harmonies of #25405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25405D

Black with #25405D

Text Example


Text Example

White with #25405D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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