Html Css Color HEX #27229D Ultramarine

📋 copy color: '#27229D'

red 39 ◦ green 34 ◦ blue 157

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

Shades of Ultramarine #27229D

Tints of Ultramarine #27229D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 68.26%

R = 16.96%
G = 14.78%
B = 68.26%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#27229D (or 0x27229D) is known color: Ultramarine. HEX triplet: 27, 22 and 9D. RGB value is (39,34,157). Sum of RGB (Red+Green+Blue) = 39+34+157=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 157 (61.72% from 255 or 68.26% from 230); Max value from RGB is 157 - color contains mainly: blue. Hex color #27229D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27229D is #D8DD62. Grayscale: #313131. Windows color (decimal): -14212451 or 10297895. OLE color: 10297895.

HSL color Cylindrical-coordinate representation of color #27229D: hue angle of 242.44º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27229D is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 39 34 157 -
CMYK 0.75 0.78 0 0.38
HSL 242.44º 0.64% 0.37% -
HSV(B) 242.44º 0.78% 0.62% -
XYZ 7.49 4.01 32.28 -
YUV 49.52 188.66 120.5 -
System Red Green Blue C M Y K H S L
Decimal 39 34 157 0.75 0.78 0 0.38 242.44 0.64 0.37
Hex 27 22 9D 4B 4E 0 26 F2 40 25
Octal 47 42 235 113 116 0 46 362 100 45
Binary 100111 100010 10011101 1001011 1001110 0 100110 11110010 1000000 100101

Color Harmonies of #27229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27229D

Black with #27229D

Text Example


Text Example

White with #27229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27229D; }

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

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

background-color css

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

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

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

border-color css

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

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

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