Html Css Color HEX #253868 Catalina Blue

📋 copy color: '#253868'

red 37 ◦ green 56 ◦ blue 104

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

Shades of Catalina Blue #253868

Tints of Catalina Blue #253868

RGB

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

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

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

R = 18.78%
G = 28.43%
B = 52.79%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#253868 (or 0x253868) is known color: Catalina Blue. HEX triplet: 25, 38 and 68. RGB value is (37,56,104). Sum of RGB (Red+Green+Blue) = 37+56+104=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #253868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253868 is #DAC797. Grayscale: #373737. Windows color (decimal): -14337944 or 6830117. OLE color: 6830117.

HSL color Cylindrical-coordinate representation of color #253868: hue angle of 222.99º 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 #253868 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 56 104 -
CMYK 0.64 0.46 0 0.59
HSL 222.99º 0.48% 0.28% -
HSV(B) 222.99º 0.64% 0.41% -
XYZ 4.68 4.22 13.67 -
YUV 55.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 37 56 104 0.64 0.46 0 0.59 222.99 0.48 0.28
Hex 25 38 68 40 2E 0 3B DF 30 1C
Octal 45 70 150 100 56 0 73 337 60 34
Binary 100101 111000 1101000 1000000 101110 0 111011 11011111 110000 11100

Color Harmonies of #253868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253868

Black with #253868

Text Example


Text Example

White with #253868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253868; }

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

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

background-color css

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

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

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

border-color css

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

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

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