Html Css Color HEX #253865 Catalina Blue

📋 copy color: '#253865'

red 37 ◦ green 56 ◦ blue 101

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

Shades of Catalina Blue #253865

Tints of Catalina Blue #253865

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.87%

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

R = 19.07%
G = 28.87%
B = 52.06%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#253865 (or 0x253865) is known color: Catalina Blue. HEX triplet: 25, 38 and 65. RGB value is (37,56,101). Sum of RGB (Red+Green+Blue) = 37+56+101=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #253865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253865 is #DAC79A. Grayscale: #373737. Windows color (decimal): -14337947 or 6633509. OLE color: 6633509.

HSL color Cylindrical-coordinate representation of color #253865: hue angle of 222.19º 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 #253865 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 37 56 101 -
CMYK 0.63 0.45 0 0.60
HSL 222.19º 0.46% 0.27% -
HSV(B) 222.19º 0.63% 0.4% -
XYZ 4.53 4.16 12.88 -
YUV 55.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 37 56 101 0.63 0.45 0 0.60 222.19 0.46 0.27
Hex 25 38 65 3F 2D 0 3C DE 2E 1B
Octal 45 70 145 77 55 0 74 336 56 33
Binary 100101 111000 1100101 111111 101101 0 111100 11011110 101110 11011

Color Harmonies of #253865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253865

Black with #253865

Text Example


Text Example

White with #253865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253865; }

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

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

background-color css

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

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

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

border-color css

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

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

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