Html Css Color HEX #273D63 Catalina Blue

📋 copy color: '#273D63'

red 39 ◦ green 61 ◦ blue 99

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

Shades of Catalina Blue #273D63

Tints of Catalina Blue #273D63

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.65%

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

R = 19.6%
G = 30.65%
B = 49.75%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#273D63 (or 0x273D63) is known color: Catalina Blue. HEX triplet: 27, 3D and 63. RGB value is (39,61,99). Sum of RGB (Red+Green+Blue) = 39+61+99=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #273D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273D63 is #D8C29C. Grayscale: #3A3A3A. Windows color (decimal): -14205597 or 6503719. OLE color: 6503719.

HSL color Cylindrical-coordinate representation of color #273D63: hue angle of 218º 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 #273D63 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 39 61 99 -
CMYK 0.61 0.38 0 0.61
HSL 218º 0.43% 0.27% -
HSV(B) 218º 0.61% 0.39% -
XYZ 4.76 4.67 12.45 -
YUV 58.75 150.71 113.91 -
System Red Green Blue C M Y K H S L
Decimal 39 61 99 0.61 0.38 0 0.61 218 0.43 0.27
Hex 27 3D 63 3D 26 0 3D DA 2B 1B
Octal 47 75 143 75 46 0 75 332 53 33
Binary 100111 111101 1100011 111101 100110 0 111101 11011010 101011 11011

Color Harmonies of #273D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273D63

Black with #273D63

Text Example


Text Example

White with #273D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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