Html Css Color HEX #25456C Catalina Blue

📋 copy color: '#25456C'

red 37 ◦ green 69 ◦ blue 108

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

Shades of Catalina Blue #25456C

Tints of Catalina Blue #25456C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.24%

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

R = 17.29%
G = 32.24%
B = 50.47%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25456C (or 0x25456C) is known color: Catalina Blue. HEX triplet: 25, 45 and 6C. RGB value is (37,69,108). Sum of RGB (Red+Green+Blue) = 37+69+108=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #25456C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25456C is #DABA93. Grayscale: #3F3F3F. Windows color (decimal): -14334612 or 7095589. OLE color: 7095589.

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

Color convert

RGB 37 69 108 -
CMYK 0.66 0.36 0 0.58
HSL 212.96º 0.49% 0.28% -
HSV(B) 212.96º 0.66% 0.42% -
XYZ 5.6 5.73 15 -
YUV 63.88 152.9 108.83 -
System Red Green Blue C M Y K H S L
Decimal 37 69 108 0.66 0.36 0 0.58 212.96 0.49 0.28
Hex 25 45 6C 42 24 0 3A D5 31 1C
Octal 45 105 154 102 44 0 72 325 61 34
Binary 100101 1000101 1101100 1000010 100100 0 111010 11010101 110001 11100

Color Harmonies of #25456C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25456C

Black with #25456C

Text Example


Text Example

White with #25456C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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