Html Css Color HEX #253A6A Catalina Blue

📋 copy color: '#253A6A'

red 37 ◦ green 58 ◦ blue 106

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

Shades of Catalina Blue #253A6A

Tints of Catalina Blue #253A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 52.74%

R = 18.41%
G = 28.86%
B = 52.74%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#253A6A (or 0x253A6A) is known color: Catalina Blue. HEX triplet: 25, 3A and 6A. RGB value is (37,58,106). Sum of RGB (Red+Green+Blue) = 37+58+106=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 106 (41.80% from 255 or 52.74% from 201); Max value from RGB is 106 - color contains mainly: blue. Hex color #253A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A6A is #DAC595. Grayscale: #383838. Windows color (decimal): -14337430 or 6961701. OLE color: 6961701.

HSL color Cylindrical-coordinate representation of color #253A6A: hue angle of 221.74º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #253A6A is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 58 106 -
CMYK 0.65 0.45 0 0.58
HSL 221.74º 0.48% 0.28% -
HSV(B) 221.74º 0.65% 0.42% -
XYZ 4.88 4.46 14.24 -
YUV 57.19 155.54 113.6 -
System Red Green Blue C M Y K H S L
Decimal 37 58 106 0.65 0.45 0 0.58 221.74 0.48 0.28
Hex 25 3A 6A 41 2D 0 3A DE 30 1C
Octal 45 72 152 101 55 0 72 336 60 34
Binary 100101 111010 1101010 1000001 101101 0 111010 11011110 110000 11100

Color Harmonies of #253A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253A6A

Black with #253A6A

Text Example


Text Example

White with #253A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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