Html Css Color HEX #25345A Catalina Blue

📋 copy color: '#25345A'

red 37 ◦ green 52 ◦ blue 90

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

Shades of Catalina Blue #25345A

Tints of Catalina Blue #25345A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.05%

 BLUE value IS 90 (35.55% from 255) = 50.28%

R = 20.67%
G = 29.05%
B = 50.28%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#25345A (or 0x25345A) is known color: Catalina Blue. HEX triplet: 25, 34 and 5A. RGB value is (37,52,90). Sum of RGB (Red+Green+Blue) = 37+52+90=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #25345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25345A is #DACBA5. Grayscale: #333333. Windows color (decimal): -14338982 or 5911589. OLE color: 5911589.

HSL color Cylindrical-coordinate representation of color #25345A: hue angle of 223.02º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25345A is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 52 90 -
CMYK 0.59 0.42 0 0.65
HSL 223.02º 0.42% 0.25% -
HSV(B) 223.02º 0.59% 0.35% -
XYZ 3.84 3.59 10.16 -
YUV 51.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 37 52 90 0.59 0.42 0 0.65 223.02 0.42 0.25
Hex 25 34 5A 3B 2A 0 41 DF 2A 19
Octal 45 64 132 73 52 0 101 337 52 31
Binary 100101 110100 1011010 111011 101010 0 1000001 11011111 101010 11001

Color Harmonies of #25345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25345A

Black with #25345A

Text Example


Text Example

White with #25345A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25345A; }

 p { color: rgb(37,52,90); }

 H1.HeaderClassName
 {
   color: #25345A;
 }
 .AnyTagClassName
 {
   color: #25345A;
 }
</style>

background-color css

<style>
 a { background-color: #25345A; }

 a { background-color: rgb(37,52,90); }

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

border-color css

<style>
 span { border-color: #25345A; }

 span { border-color: rgb(37,52,90); }

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