Html Css Color HEX #253565 Catalina Blue

📋 copy color: '#253565'

red 37 ◦ green 53 ◦ blue 101

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

Shades of Catalina Blue #253565

Tints of Catalina Blue #253565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 52.88%

R = 19.37%
G = 27.75%
B = 52.88%

CMYK

 C value IS 0.63

 M value IS 0.48

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#253565 (or 0x253565) is known color: Catalina Blue. HEX triplet: 25, 35 and 65. RGB value is (37,53,101). Sum of RGB (Red+Green+Blue) = 37+53+101=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #253565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253565 is #DACA9A. Grayscale: #353535. Windows color (decimal): -14338715 or 6632741. OLE color: 6632741.

HSL color Cylindrical-coordinate representation of color #253565: hue angle of 225º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #253565 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 37 53 101 -
CMYK 0.63 0.48 0 0.60
HSL 225º 0.46% 0.27% -
HSV(B) 225º 0.63% 0.4% -
XYZ 4.39 3.88 12.83 -
YUV 53.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 37 53 101 0.63 0.48 0 0.60 225 0.46 0.27
Hex 25 35 65 3F 30 0 3C E1 2E 1B
Octal 45 65 145 77 60 0 74 341 56 33
Binary 100101 110101 1100101 111111 110000 0 111100 11100001 101110 11011

Color Harmonies of #253565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253565

Black with #253565

Text Example


Text Example

White with #253565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253565; }

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

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

background-color css

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

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

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

border-color css

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

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

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