Html Css Color HEX #25446C Catalina Blue

📋 copy color: '#25446C'

red 37 ◦ green 68 ◦ blue 108

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

Shades of Catalina Blue #25446C

Tints of Catalina Blue #25446C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50.7%

R = 17.37%
G = 31.92%
B = 50.7%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25446C (or 0x25446C) is known color: Catalina Blue. HEX triplet: 25, 44 and 6C. RGB value is (37,68,108). Sum of RGB (Red+Green+Blue) = 37+68+108=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #25446C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25446C is #DABB93. Grayscale: #3F3F3F. Windows color (decimal): -14334868 or 7095333. OLE color: 7095333.

HSL color Cylindrical-coordinate representation of color #25446C: hue angle of 213.8º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25446C is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 68 108 -
CMYK 0.66 0.37 0 0.58
HSL 213.8º 0.49% 0.28% -
HSV(B) 213.8º 0.66% 0.42% -
XYZ 5.54 5.61 14.98 -
YUV 63.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 37 68 108 0.66 0.37 0 0.58 213.8 0.49 0.28
Hex 25 44 6C 42 25 0 3A D6 31 1C
Octal 45 104 154 102 45 0 72 326 61 34
Binary 100101 1000100 1101100 1000010 100101 0 111010 11010110 110001 11100

Color Harmonies of #25446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25446C

Black with #25446C

Text Example


Text Example

White with #25446C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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