Html Css Color HEX #27228C Ultramarine

📋 copy color: '#27228C'

red 39 ◦ green 34 ◦ blue 140

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

Shades of Ultramarine #27228C

Tints of Ultramarine #27228C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.96%

 BLUE value IS 140 (55.08% from 255) = 65.73%

R = 18.31%
G = 15.96%
B = 65.73%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27228C (or 0x27228C) is known color: Ultramarine. HEX triplet: 27, 22 and 8C. RGB value is (39,34,140). Sum of RGB (Red+Green+Blue) = 39+34+140=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 140 (55.08% from 255 or 65.73% from 213); Max value from RGB is 140 - color contains mainly: blue. Hex color #27228C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27228C is #D8DD73. Grayscale: #2F2F2F. Windows color (decimal): -14212468 or 9183783. OLE color: 9183783.

HSL color Cylindrical-coordinate representation of color #27228C: hue angle of 242.83º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27228C is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 34 140 -
CMYK 0.72 0.76 0 0.45
HSL 242.83º 0.61% 0.34% -
HSV(B) 242.83º 0.76% 0.55% -
XYZ 6.14 3.47 25.16 -
YUV 47.58 180.16 121.88 -
System Red Green Blue C M Y K H S L
Decimal 39 34 140 0.72 0.76 0 0.45 242.83 0.61 0.34
Hex 27 22 8C 48 4C 0 2D F3 3D 22
Octal 47 42 214 110 114 0 55 363 75 42
Binary 100111 100010 10001100 1001000 1001100 0 101101 11110011 111101 100010

Color Harmonies of #27228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27228C

Black with #27228C

Text Example


Text Example

White with #27228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27228C; }

 p { color: rgb(39,34,140); }

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

background-color css

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

 a { background-color: rgb(39,34,140); }

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

border-color css

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

 span { border-color: rgb(39,34,140); }

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