Html Css Color HEX #253A62 Catalina Blue

📋 copy color: '#253A62'

red 37 ◦ green 58 ◦ blue 98

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

Shades of Catalina Blue #253A62

Tints of Catalina Blue #253A62

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.05%

 BLUE value IS 98 (38.67% from 255) = 50.78%

R = 19.17%
G = 30.05%
B = 50.78%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#253A62 (or 0x253A62) is known color: Catalina Blue. HEX triplet: 25, 3A and 62. RGB value is (37,58,98). Sum of RGB (Red+Green+Blue) = 37+58+98=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #253A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A62 is #DAC59D. Grayscale: #383838. Windows color (decimal): -14337438 or 6437413. OLE color: 6437413.

HSL color Cylindrical-coordinate representation of color #253A62: hue angle of 219.34º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #253A62 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 58 98 -
CMYK 0.62 0.41 0 0.62
HSL 219.34º 0.45% 0.26% -
HSV(B) 219.34º 0.62% 0.38% -
XYZ 4.48 4.3 12.15 -
YUV 56.28 151.54 114.25 -
System Red Green Blue C M Y K H S L
Decimal 37 58 98 0.62 0.41 0 0.62 219.34 0.45 0.26
Hex 25 3A 62 3E 29 0 3E DB 2D 1A
Octal 45 72 142 76 51 0 76 333 55 32
Binary 100101 111010 1100010 111110 101001 0 111110 11011011 101101 11010

Color Harmonies of #253A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253A62

Black with #253A62

Text Example


Text Example

White with #253A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,58,98); }

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

background-color css

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

 a { background-color: rgb(37,58,98); }

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

border-color css

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

 span { border-color: rgb(37,58,98); }

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