Html Css Color HEX #253858 Catalina Blue

📋 copy color: '#253858'

red 37 ◦ green 56 ◦ blue 88

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

Shades of Catalina Blue #253858

Tints of Catalina Blue #253858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 48.62%

R = 20.44%
G = 30.94%
B = 48.62%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#253858 (or 0x253858) is known color: Catalina Blue. HEX triplet: 25, 38 and 58. RGB value is (37,56,88). Sum of RGB (Red+Green+Blue) = 37+56+88=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #253858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253858 is #DAC7A7. Grayscale: #353535. Windows color (decimal): -14337960 or 5781541. OLE color: 5781541.

HSL color Cylindrical-coordinate representation of color #253858: hue angle of 217.65º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #253858 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 56 88 -
CMYK 0.58 0.36 0 0.65
HSL 217.65º 0.41% 0.25% -
HSV(B) 217.65º 0.58% 0.35% -
XYZ 3.94 3.93 9.78 -
YUV 53.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 37 56 88 0.58 0.36 0 0.65 217.65 0.41 0.25
Hex 25 38 58 3A 24 0 41 DA 29 19
Octal 45 70 130 72 44 0 101 332 51 31
Binary 100101 111000 1011000 111010 100100 0 1000001 11011010 101001 11001

Color Harmonies of #253858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253858

Black with #253858

Text Example


Text Example

White with #253858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253858; }

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

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

background-color css

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

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

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

border-color css

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

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

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