Html Css Color HEX #25466E Catalina Blue

📋 copy color: '#25466E'

red 37 ◦ green 70 ◦ blue 110

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

Shades of Catalina Blue #25466E

Tints of Catalina Blue #25466E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.26%

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

R = 17.05%
G = 32.26%
B = 50.69%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25466E (or 0x25466E) is known color: Catalina Blue. HEX triplet: 25, 46 and 6E. RGB value is (37,70,110). Sum of RGB (Red+Green+Blue) = 37+70+110=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #25466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25466E is #DAB991. Grayscale: #404040. Windows color (decimal): -14334354 or 7226917. OLE color: 7226917.

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

Color convert

RGB 37 70 110 -
CMYK 0.66 0.36 0 0.57
HSL 212.88º 0.5% 0.29% -
HSV(B) 212.88º 0.66% 0.43% -
XYZ 5.77 5.9 15.59 -
YUV 64.69 153.57 108.25 -
System Red Green Blue C M Y K H S L
Decimal 37 70 110 0.66 0.36 0 0.57 212.88 0.5 0.29
Hex 25 46 6E 42 24 0 39 D5 32 1D
Octal 45 106 156 102 44 0 71 325 62 35
Binary 100101 1000110 1101110 1000010 100100 0 111001 11010101 110010 11101

Color Harmonies of #25466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25466E

Black with #25466E

Text Example


Text Example

White with #25466E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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