Html Css Color HEX #273D69 Catalina Blue

📋 copy color: '#273D69'

red 39 ◦ green 61 ◦ blue 105

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

Shades of Catalina Blue #273D69

Tints of Catalina Blue #273D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 51.22%

R = 19.02%
G = 29.76%
B = 51.22%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#273D69 (or 0x273D69) is known color: Catalina Blue. HEX triplet: 27, 3D and 69. RGB value is (39,61,105). Sum of RGB (Red+Green+Blue) = 39+61+105=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #273D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273D69 is #D8C296. Grayscale: #3B3B3B. Windows color (decimal): -14205591 or 6896935. OLE color: 6896935.

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

Color convert

RGB 39 61 105 -
CMYK 0.63 0.42 0 0.59
HSL 220º 0.46% 0.28% -
HSV(B) 220º 0.63% 0.41% -
XYZ 5.06 4.79 14.02 -
YUV 59.44 153.71 113.42 -
System Red Green Blue C M Y K H S L
Decimal 39 61 105 0.63 0.42 0 0.59 220 0.46 0.28
Hex 27 3D 69 3F 2A 0 3B DC 2E 1C
Octal 47 75 151 77 52 0 73 334 56 34
Binary 100111 111101 1101001 111111 101010 0 111011 11011100 101110 11100

Color Harmonies of #273D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273D69

Black with #273D69

Text Example


Text Example

White with #273D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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