Html Css Color HEX #27218C Ultramarine

📋 copy color: '#27218C'

red 39 ◦ green 33 ◦ blue 140

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

Shades of Ultramarine #27218C

Tints of Ultramarine #27218C

RGB

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

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

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

R = 18.4%
G = 15.57%
B = 66.04%

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

#27218C (or 0x27218C) is known color: Ultramarine. HEX triplet: 27, 21 and 8C. RGB value is (39,33,140). Sum of RGB (Red+Green+Blue) = 39+33+140=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 140 (55.08% from 255 or 66.04% from 212); Max value from RGB is 140 - color contains mainly: blue. Hex color #27218C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27218C is #D8DE73. Grayscale: #2E2E2E. Windows color (decimal): -14212724 or 9183527. OLE color: 9183527.

HSL color Cylindrical-coordinate representation of color #27218C: hue angle of 243.36º degrees, saturation: 0.62, 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 #27218C is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 33 140 -
CMYK 0.72 0.76 0 0.45
HSL 243.36º 0.62% 0.34% -
HSV(B) 243.36º 0.76% 0.55% -
XYZ 6.11 3.41 25.15 -
YUV 46.99 180.49 122.3 -
System Red Green Blue C M Y K H S L
Decimal 39 33 140 0.72 0.76 0 0.45 243.36 0.62 0.34
Hex 27 21 8C 48 4C 0 2D F3 3E 22
Octal 47 41 214 110 114 0 55 363 76 42
Binary 100111 100001 10001100 1001000 1001100 0 101101 11110011 111110 100010

Color Harmonies of #27218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27218C

Black with #27218C

Text Example


Text Example

White with #27218C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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