Html Css Color HEX #273B63 Catalina Blue

📋 copy color: '#273B63'

red 39 ◦ green 59 ◦ blue 99

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

Shades of Catalina Blue #273B63

Tints of Catalina Blue #273B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 50.25%

R = 19.8%
G = 29.95%
B = 50.25%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#273B63 (or 0x273B63) is known color: Catalina Blue. HEX triplet: 27, 3B and 63. RGB value is (39,59,99). Sum of RGB (Red+Green+Blue) = 39+59+99=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #273B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273B63 is #D8C49C. Grayscale: #393939. Windows color (decimal): -14206109 or 6503207. OLE color: 6503207.

HSL color Cylindrical-coordinate representation of color #273B63: hue angle of 220º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #273B63 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 39 59 99 -
CMYK 0.61 0.40 0 0.61
HSL 220º 0.43% 0.27% -
HSV(B) 220º 0.61% 0.39% -
XYZ 4.65 4.46 12.42 -
YUV 57.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 39 59 99 0.61 0.40 0 0.61 220 0.43 0.27
Hex 27 3B 63 3D 28 0 3D DC 2B 1B
Octal 47 73 143 75 50 0 75 334 53 33
Binary 100111 111011 1100011 111101 101000 0 111101 11011100 101011 11011

Color Harmonies of #273B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273B63

Black with #273B63

Text Example


Text Example

White with #273B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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