Html Css Color HEX #273A53 Catalina Blue

📋 copy color: '#273A53'

red 39 ◦ green 58 ◦ blue 83

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

Shades of Catalina Blue #273A53

Tints of Catalina Blue #273A53

RGB

 RED value IS 39 (15.63% from 255) = 21.67%

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

 BLUE value IS 83 (32.81% from 255) = 46.11%

R = 21.67%
G = 32.22%
B = 46.11%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#273A53 (or 0x273A53) is known color: Catalina Blue. HEX triplet: 27, 3A and 53. RGB value is (39,58,83). Sum of RGB (Red+Green+Blue) = 39+58+83=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #273A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273A53 is #D8C5AC. Grayscale: #373737. Windows color (decimal): -14206381 or 5454375. OLE color: 5454375.

HSL color Cylindrical-coordinate representation of color #273A53: hue angle of 214.09º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #273A53 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 58 83 -
CMYK 0.53 0.30 0 0.67
HSL 214.09º 0.36% 0.24% -
HSV(B) 214.09º 0.53% 0.33% -
XYZ 3.91 4.08 8.77 -
YUV 55.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 39 58 83 0.53 0.30 0 0.67 214.09 0.36 0.24
Hex 27 3A 53 35 1E 0 43 D6 24 18
Octal 47 72 123 65 36 0 103 326 44 30
Binary 100111 111010 1010011 110101 11110 0 1000011 11010110 100100 11000

Color Harmonies of #273A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273A53

Black with #273A53

Text Example


Text Example

White with #273A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273A53; }

 p { color: rgb(39,58,83); }

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

background-color css

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

 a { background-color: rgb(39,58,83); }

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

border-color css

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

 span { border-color: rgb(39,58,83); }

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