Html Css Color HEX #273B65 Catalina Blue

📋 copy color: '#273B65'

red 39 ◦ green 59 ◦ blue 101

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

Shades of Catalina Blue #273B65

Tints of Catalina Blue #273B65

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.65%

 BLUE value IS 101 (39.84% from 255) = 50.75%

R = 19.6%
G = 29.65%
B = 50.75%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#273B65 (or 0x273B65) is known color: Catalina Blue. HEX triplet: 27, 3B and 65. RGB value is (39,59,101). Sum of RGB (Red+Green+Blue) = 39+59+101=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #273B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273B65 is #D8C49A. Grayscale: #393939. Windows color (decimal): -14206107 or 6634279. OLE color: 6634279.

HSL color Cylindrical-coordinate representation of color #273B65: hue angle of 220.65º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #273B65 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 39 59 101 -
CMYK 0.61 0.42 0 0.60
HSL 220.65º 0.44% 0.27% -
HSV(B) 220.65º 0.61% 0.4% -
XYZ 4.75 4.5 12.93 -
YUV 57.81 152.37 114.58 -
System Red Green Blue C M Y K H S L
Decimal 39 59 101 0.61 0.42 0 0.60 220.65 0.44 0.27
Hex 27 3B 65 3D 2A 0 3C DD 2C 1B
Octal 47 73 145 75 52 0 74 335 54 33
Binary 100111 111011 1100101 111101 101010 0 111100 11011101 101100 11011

Color Harmonies of #273B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273B65

Black with #273B65

Text Example


Text Example

White with #273B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,59,101); }

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

background-color css

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

 a { background-color: rgb(39,59,101); }

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

border-color css

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

 span { border-color: rgb(39,59,101); }

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