Html Css Color HEX #25355A Catalina Blue

📋 copy color: '#25355A'

red 37 ◦ green 53 ◦ blue 90

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

Shades of Catalina Blue #25355A

Tints of Catalina Blue #25355A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.44%

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

R = 20.56%
G = 29.44%
B = 50%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#25355A (or 0x25355A) is known color: Catalina Blue. HEX triplet: 25, 35 and 5A. RGB value is (37,53,90). Sum of RGB (Red+Green+Blue) = 37+53+90=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #25355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25355A is #DACAA5. Grayscale: #343434. Windows color (decimal): -14338726 or 5911845. OLE color: 5911845.

HSL color Cylindrical-coordinate representation of color #25355A: hue angle of 221.89º 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 #25355A is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 53 90 -
CMYK 0.59 0.41 0 0.65
HSL 221.89º 0.42% 0.25% -
HSV(B) 221.89º 0.59% 0.35% -
XYZ 3.88 3.68 10.18 -
YUV 52.43 149.2 116.99 -
System Red Green Blue C M Y K H S L
Decimal 37 53 90 0.59 0.41 0 0.65 221.89 0.42 0.25
Hex 25 35 5A 3B 29 0 41 DE 2A 19
Octal 45 65 132 73 51 0 101 336 52 31
Binary 100101 110101 1011010 111011 101001 0 1000001 11011110 101010 11001

Color Harmonies of #25355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25355A

Black with #25355A

Text Example


Text Example

White with #25355A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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