Html Css Color HEX #27238F Ultramarine

📋 copy color: '#27238F'

red 39 ◦ green 35 ◦ blue 143

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

Shades of Ultramarine #27238F

Tints of Ultramarine #27238F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 65.9%

R = 17.97%
G = 16.13%
B = 65.9%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#27238F (or 0x27238F) is known color: Ultramarine. HEX triplet: 27, 23 and 8F. RGB value is (39,35,143). Sum of RGB (Red+Green+Blue) = 39+35+143=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 143 (56.25% from 255 or 65.90% from 217); Max value from RGB is 143 - color contains mainly: blue. Hex color #27238F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27238F is #D8DC70. Grayscale: #303030. Windows color (decimal): -14212209 or 9380647. OLE color: 9380647.

HSL color Cylindrical-coordinate representation of color #27238F: hue angle of 242.22º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27238F is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 35 143 -
CMYK 0.73 0.76 0 0.44
HSL 242.22º 0.61% 0.35% -
HSV(B) 242.22º 0.76% 0.56% -
XYZ 6.4 3.62 26.35 -
YUV 48.51 181.33 121.22 -
System Red Green Blue C M Y K H S L
Decimal 39 35 143 0.73 0.76 0 0.44 242.22 0.61 0.35
Hex 27 23 8F 49 4C 0 2C F2 3D 23
Octal 47 43 217 111 114 0 54 362 75 43
Binary 100111 100011 10001111 1001001 1001100 0 101100 11110010 111101 100011

Color Harmonies of #27238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27238F

Black with #27238F

Text Example


Text Example

White with #27238F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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