Html Css Color HEX #25426E Catalina Blue

📋 copy color: '#25426E'

red 37 ◦ green 66 ◦ blue 110

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

Shades of Catalina Blue #25426E

Tints of Catalina Blue #25426E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.99%

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

R = 17.37%
G = 30.99%
B = 51.64%

CMYK

 C value IS 0.66

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25426E (or 0x25426E) is known color: Catalina Blue. HEX triplet: 25, 42 and 6E. RGB value is (37,66,110). Sum of RGB (Red+Green+Blue) = 37+66+110=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #25426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25426E is #DABD91. Grayscale: #3E3E3E. Windows color (decimal): -14335378 or 7225893. OLE color: 7225893.

HSL color Cylindrical-coordinate representation of color #25426E: hue angle of 216.16º 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 #25426E is Cyan = 0.66, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 66 110 -
CMYK 0.66 0.4 0 0.57
HSL 216.16º 0.5% 0.29% -
HSV(B) 216.16º 0.66% 0.43% -
XYZ 5.53 5.42 15.51 -
YUV 62.35 154.89 109.92 -
System Red Green Blue C M Y K H S L
Decimal 37 66 110 0.66 0.4 0 0.57 216.16 0.5 0.29
Hex 25 42 6E 42 28 0 39 D8 32 1D
Octal 45 102 156 102 50 0 71 330 62 35
Binary 100101 1000010 1101110 1000010 101000 0 111001 11011000 110010 11101

Color Harmonies of #25426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25426E

Black with #25426E

Text Example


Text Example

White with #25426E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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