Html Css Color HEX #25345B Catalina Blue

📋 copy color: '#25345B'

red 37 ◦ green 52 ◦ blue 91

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

Shades of Catalina Blue #25345B

Tints of Catalina Blue #25345B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 50.56%

R = 20.56%
G = 28.89%
B = 50.56%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25345B (or 0x25345B) is known color: Catalina Blue. HEX triplet: 25, 34 and 5B. RGB value is (37,52,91). Sum of RGB (Red+Green+Blue) = 37+52+91=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #25345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25345B is #DACBA4. Grayscale: #333333. Windows color (decimal): -14338981 or 5977125. OLE color: 5977125.

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

Color convert

RGB 37 52 91 -
CMYK 0.59 0.43 0 0.64
HSL 223.33º 0.42% 0.25% -
HSV(B) 223.33º 0.59% 0.36% -
XYZ 3.88 3.6 10.39 -
YUV 51.96 150.03 117.33 -
System Red Green Blue C M Y K H S L
Decimal 37 52 91 0.59 0.43 0 0.64 223.33 0.42 0.25
Hex 25 34 5B 3B 2B 0 40 DF 2A 19
Octal 45 64 133 73 53 0 100 337 52 31
Binary 100101 110100 1011011 111011 101011 0 1000000 11011111 101010 11001

Color Harmonies of #25345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25345B

Black with #25345B

Text Example


Text Example

White with #25345B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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