Html Css Color HEX #253968 Catalina Blue

📋 copy color: '#253968'

red 37 ◦ green 57 ◦ blue 104

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

Shades of Catalina Blue #253968

Tints of Catalina Blue #253968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 52.53%

R = 18.69%
G = 28.79%
B = 52.53%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#253968 (or 0x253968) is known color: Catalina Blue. HEX triplet: 25, 39 and 68. RGB value is (37,57,104). Sum of RGB (Red+Green+Blue) = 37+57+104=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #253968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253968 is #DAC697. Grayscale: #383838. Windows color (decimal): -14337688 or 6830373. OLE color: 6830373.

HSL color Cylindrical-coordinate representation of color #253968: hue angle of 222.09º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #253968 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 57 104 -
CMYK 0.64 0.45 0 0.59
HSL 222.09º 0.48% 0.28% -
HSV(B) 222.09º 0.64% 0.41% -
XYZ 4.72 4.32 13.68 -
YUV 56.38 154.87 114.18 -
System Red Green Blue C M Y K H S L
Decimal 37 57 104 0.64 0.45 0 0.59 222.09 0.48 0.28
Hex 25 39 68 40 2D 0 3B DE 30 1C
Octal 45 71 150 100 55 0 73 336 60 34
Binary 100101 111001 1101000 1000000 101101 0 111011 11011110 110000 11100

Color Harmonies of #253968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253968

Black with #253968

Text Example


Text Example

White with #253968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253968; }

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

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

background-color css

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

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

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

border-color css

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

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

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