Html Css Color HEX #253966 Catalina Blue

📋 copy color: '#253966'

red 37 ◦ green 57 ◦ blue 102

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

Shades of Catalina Blue #253966

Tints of Catalina Blue #253966

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.08%

 BLUE value IS 102 (40.23% from 255) = 52.04%

R = 18.88%
G = 29.08%
B = 52.04%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#253966 (or 0x253966) is known color: Catalina Blue. HEX triplet: 25, 39 and 66. RGB value is (37,57,102). Sum of RGB (Red+Green+Blue) = 37+57+102=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #253966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253966 is #DAC699. Grayscale: #373737. Windows color (decimal): -14337690 or 6699301. OLE color: 6699301.

HSL color Cylindrical-coordinate representation of color #253966: hue angle of 221.54º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #253966 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 37 57 102 -
CMYK 0.64 0.44 0 0.6
HSL 221.54º 0.47% 0.27% -
HSV(B) 221.54º 0.64% 0.4% -
XYZ 4.62 4.28 13.15 -
YUV 56.15 153.87 114.34 -
System Red Green Blue C M Y K H S L
Decimal 37 57 102 0.64 0.44 0 0.6 221.54 0.47 0.27
Hex 25 39 66 40 2C 0 3C DE 2F 1B
Octal 45 71 146 100 54 0 74 336 57 33
Binary 100101 111001 1100110 1000000 101100 0 111100 11011110 101111 11011

Color Harmonies of #253966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253966

Black with #253966

Text Example


Text Example

White with #253966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253966; }

 p { color: rgb(37,57,102); }

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

background-color css

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

 a { background-color: rgb(37,57,102); }

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

border-color css

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

 span { border-color: rgb(37,57,102); }

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