Html Css Color HEX #25335C Catalina Blue

📋 copy color: '#25335C'

red 37 ◦ green 51 ◦ blue 92

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

Shades of Catalina Blue #25335C

Tints of Catalina Blue #25335C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.33%

 BLUE value IS 92 (36.33% from 255) = 51.11%

R = 20.56%
G = 28.33%
B = 51.11%

CMYK

 C value IS 0.60

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25335C (or 0x25335C) is known color: Catalina Blue. HEX triplet: 25, 33 and 5C. RGB value is (37,51,92). Sum of RGB (Red+Green+Blue) = 37+51+92=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #25335C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25335C is #DACCA3. Grayscale: #333333. Windows color (decimal): -14339236 or 6042405. OLE color: 6042405.

HSL color Cylindrical-coordinate representation of color #25335C: hue angle of 224.73º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25335C is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 51 92 -
CMYK 0.60 0.45 0 0.64
HSL 224.73º 0.43% 0.25% -
HSV(B) 224.73º 0.6% 0.36% -
XYZ 3.88 3.53 10.6 -
YUV 51.49 150.86 117.67 -
System Red Green Blue C M Y K H S L
Decimal 37 51 92 0.60 0.45 0 0.64 224.73 0.43 0.25
Hex 25 33 5C 3C 2D 0 40 E1 2B 19
Octal 45 63 134 74 55 0 100 341 53 31
Binary 100101 110011 1011100 111100 101101 0 1000000 11100001 101011 11001

Color Harmonies of #25335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25335C

Black with #25335C

Text Example


Text Example

White with #25335C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,51,92); }

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

background-color css

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

 a { background-color: rgb(37,51,92); }

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

border-color css

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

 span { border-color: rgb(37,51,92); }

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