Html Css Color HEX #253F63 Catalina Blue

📋 copy color: '#253F63'

red 37 ◦ green 63 ◦ blue 99

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

Shades of Catalina Blue #253F63

Tints of Catalina Blue #253F63

RGB

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

 GREEN value IS 63 (25% from 255) = 31.66%

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

R = 18.59%
G = 31.66%
B = 49.75%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#253F63 (or 0x253F63) is known color: Catalina Blue. HEX triplet: 25, 3F and 63. RGB value is (37,63,99). Sum of RGB (Red+Green+Blue) = 37+63+99=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #253F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F63 is #DAC09C. Grayscale: #3B3B3B. Windows color (decimal): -14336157 or 6504229. OLE color: 6504229.

HSL color Cylindrical-coordinate representation of color #253F63: hue angle of 214.84º 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 #253F63 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 37 63 99 -
CMYK 0.63 0.36 0 0.61
HSL 214.84º 0.46% 0.27% -
HSV(B) 214.84º 0.63% 0.39% -
XYZ 4.79 4.85 12.49 -
YUV 59.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 37 63 99 0.63 0.36 0 0.61 214.84 0.46 0.27
Hex 25 3F 63 3F 24 0 3D D7 2E 1B
Octal 45 77 143 77 44 0 75 327 56 33
Binary 100101 111111 1100011 111111 100100 0 111101 11010111 101110 11011

Color Harmonies of #253F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253F63

Black with #253F63

Text Example


Text Example

White with #253F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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