Html Css Color HEX #25426D Catalina Blue

📋 copy color: '#25426D'

red 37 ◦ green 66 ◦ blue 109

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

Shades of Catalina Blue #25426D

Tints of Catalina Blue #25426D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 51.42%

R = 17.45%
G = 31.13%
B = 51.42%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25426D (or 0x25426D) is known color: Catalina Blue. HEX triplet: 25, 42 and 6D. RGB value is (37,66,109). Sum of RGB (Red+Green+Blue) = 37+66+109=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #25426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25426D is #DABD92. Grayscale: #3E3E3E. Windows color (decimal): -14335379 or 7160357. OLE color: 7160357.

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

Color convert

RGB 37 66 109 -
CMYK 0.66 0.39 0 0.57
HSL 215.83º 0.49% 0.29% -
HSV(B) 215.83º 0.66% 0.43% -
XYZ 5.47 5.39 15.22 -
YUV 62.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 37 66 109 0.66 0.39 0 0.57 215.83 0.49 0.29
Hex 25 42 6D 42 27 0 39 D8 31 1D
Octal 45 102 155 102 47 0 71 330 61 35
Binary 100101 1000010 1101101 1000010 100111 0 111001 11011000 110001 11101

Color Harmonies of #25426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25426D

Black with #25426D

Text Example


Text Example

White with #25426D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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