Html Css Color HEX #272195 Ultramarine

📋 copy color: '#272195'

red 39 ◦ green 33 ◦ blue 149

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

Shades of Ultramarine #272195

Tints of Ultramarine #272195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.93%

 BLUE value IS 149 (58.59% from 255) = 67.42%

R = 17.65%
G = 14.93%
B = 67.42%

CMYK

 C value IS 0.74

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#272195 (or 0x272195) is known color: Ultramarine. HEX triplet: 27, 21 and 95. RGB value is (39,33,149). Sum of RGB (Red+Green+Blue) = 39+33+149=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #272195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272195 is #D8DE6A. Grayscale: #2F2F2F. Windows color (decimal): -14212715 or 9773351. OLE color: 9773351.

HSL color Cylindrical-coordinate representation of color #272195: hue angle of 243.1º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #272195 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 33 149 -
CMYK 0.74 0.78 0 0.42
HSL 243.1º 0.64% 0.36% -
HSV(B) 243.1º 0.78% 0.58% -
XYZ 6.81 3.69 28.79 -
YUV 48.02 184.99 121.57 -
System Red Green Blue C M Y K H S L
Decimal 39 33 149 0.74 0.78 0 0.42 243.1 0.64 0.36
Hex 27 21 95 4A 4E 0 2A F3 40 24
Octal 47 41 225 112 116 0 52 363 100 44
Binary 100111 100001 10010101 1001010 1001110 0 101010 11110011 1000000 100100

Color Harmonies of #272195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272195

Black with #272195

Text Example


Text Example

White with #272195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272195; }

 p { color: rgb(39,33,149); }

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

background-color css

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

 a { background-color: rgb(39,33,149); }

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

border-color css

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

 span { border-color: rgb(39,33,149); }

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