Html Css Color HEX #273F5C Catalina Blue

📋 copy color: '#273F5C'

red 39 ◦ green 63 ◦ blue 92

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

Shades of Catalina Blue #273F5C

Tints of Catalina Blue #273F5C

RGB

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

 GREEN value IS 63 (25% from 255) = 32.47%

 BLUE value IS 92 (36.33% from 255) = 47.42%

R = 20.1%
G = 32.47%
B = 47.42%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#273F5C (or 0x273F5C) is known color: Catalina Blue. HEX triplet: 27, 3F and 5C. RGB value is (39,63,92). Sum of RGB (Red+Green+Blue) = 39+63+92=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #273F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F5C is #D8C0A3. Grayscale: #3A3A3A. Windows color (decimal): -14205092 or 6045479. OLE color: 6045479.

HSL color Cylindrical-coordinate representation of color #273F5C: hue angle of 212.83º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #273F5C is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 63 92 -
CMYK 0.58 0.32 0 0.64
HSL 212.83º 0.4% 0.26% -
HSV(B) 212.83º 0.58% 0.36% -
XYZ 4.55 4.76 10.8 -
YUV 59.13 146.55 113.64 -
System Red Green Blue C M Y K H S L
Decimal 39 63 92 0.58 0.32 0 0.64 212.83 0.4 0.26
Hex 27 3F 5C 3A 20 0 40 D5 28 1A
Octal 47 77 134 72 40 0 100 325 50 32
Binary 100111 111111 1011100 111010 100000 0 1000000 11010101 101000 11010

Color Harmonies of #273F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273F5C

Black with #273F5C

Text Example


Text Example

White with #273F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,63,92); }

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

background-color css

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

 a { background-color: rgb(39,63,92); }

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

border-color css

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

 span { border-color: rgb(39,63,92); }

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