Html Css Color HEX #25365F Catalina Blue

📋 copy color: '#25365F'

red 37 ◦ green 54 ◦ blue 95

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

Shades of Catalina Blue #25365F

Tints of Catalina Blue #25365F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.03%

 BLUE value IS 95 (37.5% from 255) = 51.08%

R = 19.89%
G = 29.03%
B = 51.08%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25365F (or 0x25365F) is known color: Catalina Blue. HEX triplet: 25, 36 and 5F. RGB value is (37,54,95). Sum of RGB (Red+Green+Blue) = 37+54+95=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #25365F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25365F is #DAC9A0. Grayscale: #353535. Windows color (decimal): -14338465 or 6239781. OLE color: 6239781.

HSL color Cylindrical-coordinate representation of color #25365F: hue angle of 222.41º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25365F is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 54 95 -
CMYK 0.61 0.43 0 0.63
HSL 222.41º 0.44% 0.26% -
HSV(B) 222.41º 0.61% 0.37% -
XYZ 4.15 3.86 11.35 -
YUV 53.59 151.37 116.17 -
System Red Green Blue C M Y K H S L
Decimal 37 54 95 0.61 0.43 0 0.63 222.41 0.44 0.26
Hex 25 36 5F 3D 2B 0 3F DE 2C 1A
Octal 45 66 137 75 53 0 77 336 54 32
Binary 100101 110110 1011111 111101 101011 0 111111 11011110 101100 11010

Color Harmonies of #25365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25365F

Black with #25365F

Text Example


Text Example

White with #25365F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25365F; }

 p { color: rgb(37,54,95); }

 H1.HeaderClassName
 {
   color: #25365F;
 }
 .AnyTagClassName
 {
   color: #25365F;
 }
</style>

background-color css

<style>
 a { background-color: #25365F; }

 a { background-color: rgb(37,54,95); }

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

border-color css

<style>
 span { border-color: #25365F; }

 span { border-color: rgb(37,54,95); }

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