Html Css Color HEX #27238D Ultramarine

📋 copy color: '#27238D'

red 39 ◦ green 35 ◦ blue 141

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

Shades of Ultramarine #27238D

Tints of Ultramarine #27238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.28%

 BLUE value IS 141 (55.47% from 255) = 65.58%

R = 18.14%
G = 16.28%
B = 65.58%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27238D (or 0x27238D) is known color: Ultramarine. HEX triplet: 27, 23 and 8D. RGB value is (39,35,141). Sum of RGB (Red+Green+Blue) = 39+35+141=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 141 (55.47% from 255 or 65.58% from 215); Max value from RGB is 141 - color contains mainly: blue. Hex color #27238D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27238D is #D8DC72. Grayscale: #2F2F2F. Windows color (decimal): -14212211 or 9249575. OLE color: 9249575.

HSL color Cylindrical-coordinate representation of color #27238D: hue angle of 242.26º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27238D is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 35 141 -
CMYK 0.72 0.75 0 0.45
HSL 242.26º 0.6% 0.35% -
HSV(B) 242.26º 0.75% 0.55% -
XYZ 6.25 3.56 25.56 -
YUV 48.28 180.33 121.38 -
System Red Green Blue C M Y K H S L
Decimal 39 35 141 0.72 0.75 0 0.45 242.26 0.6 0.35
Hex 27 23 8D 48 4B 0 2D F2 3C 23
Octal 47 43 215 110 113 0 55 362 74 43
Binary 100111 100011 10001101 1001000 1001011 0 101101 11110010 111100 100011

Color Harmonies of #27238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27238D

Black with #27238D

Text Example


Text Example

White with #27238D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,35,141); }

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

background-color css

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

 a { background-color: rgb(39,35,141); }

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

border-color css

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

 span { border-color: rgb(39,35,141); }

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