Html Css Color HEX #253463 Catalina Blue

📋 copy color: '#253463'

red 37 ◦ green 52 ◦ blue 99

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

Shades of Catalina Blue #253463

Tints of Catalina Blue #253463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 52.66%

R = 19.68%
G = 27.66%
B = 52.66%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#253463 (or 0x253463) is known color: Catalina Blue. HEX triplet: 25, 34 and 63. RGB value is (37,52,99). Sum of RGB (Red+Green+Blue) = 37+52+99=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #253463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253463 is #DACB9C. Grayscale: #343434. Windows color (decimal): -14338973 or 6501413. OLE color: 6501413.

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

Color convert

RGB 37 52 99 -
CMYK 0.63 0.47 0 0.61
HSL 225.48º 0.46% 0.27% -
HSV(B) 225.48º 0.63% 0.39% -
XYZ 4.24 3.75 12.3 -
YUV 52.87 154.03 116.68 -
System Red Green Blue C M Y K H S L
Decimal 37 52 99 0.63 0.47 0 0.61 225.48 0.46 0.27
Hex 25 34 63 3F 2F 0 3D E1 2E 1B
Octal 45 64 143 77 57 0 75 341 56 33
Binary 100101 110100 1100011 111111 101111 0 111101 11100001 101110 11011

Color Harmonies of #253463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253463

Black with #253463

Text Example


Text Example

White with #253463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253463; }

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

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

background-color css

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

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

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

border-color css

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

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

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