Html Css Color HEX #273C6A Catalina Blue

📋 copy color: '#273C6A'

red 39 ◦ green 60 ◦ blue 106

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

Shades of Catalina Blue #273C6A

Tints of Catalina Blue #273C6A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.27%

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

R = 19.02%
G = 29.27%
B = 51.71%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#273C6A (or 0x273C6A) is known color: Catalina Blue. HEX triplet: 27, 3C and 6A. RGB value is (39,60,106). Sum of RGB (Red+Green+Blue) = 39+60+106=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #273C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C6A is #D8C395. Grayscale: #3A3A3A. Windows color (decimal): -14205846 or 6962215. OLE color: 6962215.

HSL color Cylindrical-coordinate representation of color #273C6A: hue angle of 221.19º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #273C6A is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 39 60 106 -
CMYK 0.63 0.43 0 0.58
HSL 221.19º 0.46% 0.28% -
HSV(B) 221.19º 0.63% 0.42% -
XYZ 5.05 4.7 14.28 -
YUV 58.97 154.54 113.76 -
System Red Green Blue C M Y K H S L
Decimal 39 60 106 0.63 0.43 0 0.58 221.19 0.46 0.28
Hex 27 3C 6A 3F 2B 0 3A DD 2E 1C
Octal 47 74 152 77 53 0 72 335 56 34
Binary 100111 111100 1101010 111111 101011 0 111010 11011101 101110 11100

Color Harmonies of #273C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273C6A

Black with #273C6A

Text Example


Text Example

White with #273C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,60,106); }

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

background-color css

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

 a { background-color: rgb(39,60,106); }

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

border-color css

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

 span { border-color: rgb(39,60,106); }

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