Html Css Color HEX #270390 Ultramarine

📋 copy color: '#270390'

red 39 ◦ green 3 ◦ blue 144

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

Shades of Ultramarine #270390

Tints of Ultramarine #270390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.61%

 BLUE value IS 144 (56.64% from 255) = 77.42%

R = 20.97%
G = 1.61%
B = 77.42%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#270390 (or 0x270390) is known color: Ultramarine. HEX triplet: 27, 03 and 90. RGB value is (39,3,144). Sum of RGB (Red+Green+Blue) = 39+3+144=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 144 (56.64% from 255 or 77.42% from 186); Max value from RGB is 144 - color contains mainly: blue. Hex color #270390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270390 is #D8FC6F. Grayscale: #1D1D1D. Windows color (decimal): -14220400 or 9437991. OLE color: 9437991.

HSL color Cylindrical-coordinate representation of color #270390: hue angle of 255.32º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #270390 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 3 144 -
CMYK 0.73 0.98 0 0.44
HSL 255.32º 0.96% 0.29% -
HSV(B) 255.32º 0.98% 0.56% -
XYZ 5.9 2.51 26.56 -
YUV 29.84 192.43 134.54 -
System Red Green Blue C M Y K H S L
Decimal 39 3 144 0.73 0.98 0 0.44 255.32 0.96 0.29
Hex 27 3 90 49 62 0 2C FF 60 1D
Octal 47 3 220 111 142 0 54 377 140 35
Binary 100111 11 10010000 1001001 1100010 0 101100 11111111 1100000 11101

Color Harmonies of #270390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270390

Black with #270390

Text Example


Text Example

White with #270390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270390; }

 p { color: rgb(39,3,144); }

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

background-color css

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

 a { background-color: rgb(39,3,144); }

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

border-color css

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

 span { border-color: rgb(39,3,144); }

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