Html Css Color HEX #25446E Catalina Blue

📋 copy color: '#25446E'

red 37 ◦ green 68 ◦ blue 110

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

Shades of Catalina Blue #25446E

Tints of Catalina Blue #25446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.63%

 BLUE value IS 110 (43.36% from 255) = 51.16%

R = 17.21%
G = 31.63%
B = 51.16%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25446E (or 0x25446E) is known color: Catalina Blue. HEX triplet: 25, 44 and 6E. RGB value is (37,68,110). Sum of RGB (Red+Green+Blue) = 37+68+110=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #25446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25446E is #DABB91. Grayscale: #3F3F3F. Windows color (decimal): -14334866 or 7226405. OLE color: 7226405.

HSL color Cylindrical-coordinate representation of color #25446E: hue angle of 214.52º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25446E is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 68 110 -
CMYK 0.66 0.38 0 0.57
HSL 214.52º 0.5% 0.29% -
HSV(B) 214.52º 0.66% 0.43% -
XYZ 5.64 5.65 15.55 -
YUV 63.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 37 68 110 0.66 0.38 0 0.57 214.52 0.5 0.29
Hex 25 44 6E 42 26 0 39 D7 32 1D
Octal 45 104 156 102 46 0 71 327 62 35
Binary 100101 1000100 1101110 1000010 100110 0 111001 11010111 110010 11101

Color Harmonies of #25446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25446E

Black with #25446E

Text Example


Text Example

White with #25446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25446E; }

 p { color: rgb(37,68,110); }

 H1.HeaderClassName
 {
   color: #25446E;
 }
 .AnyTagClassName
 {
   color: #25446E;
 }
</style>

background-color css

<style>
 a { background-color: #25446E; }

 a { background-color: rgb(37,68,110); }

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

border-color css

<style>
 span { border-color: #25446E; }

 span { border-color: rgb(37,68,110); }

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