Html Css Color HEX #2F02AE Ultramarine

📋 copy color: '#2F02AE'

red 47 ◦ green 2 ◦ blue 174

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

Shades of Ultramarine #2F02AE

Tints of Ultramarine #2F02AE

RGB

 RED value IS 47 (18.75% from 255) = 21.08%

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 174 (68.36% from 255) = 78.03%

R = 21.08%
G = 0.9%
B = 78.03%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2F02AE (or 0x2F02AE) is known color: Ultramarine. HEX triplet: 2F, 02 and AE. RGB value is (47,2,174). Sum of RGB (Red+Green+Blue) = 47+2+174=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 174 (68.36% from 255 or 78.03% from 223); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F02AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F02AE is #D0FD51. Grayscale: #222222. Windows color (decimal): -13696338 or 11403823. OLE color: 11403823.

HSL color Cylindrical-coordinate representation of color #2F02AE: hue angle of 255.7º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F02AE is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 47 2 174 -
CMYK 0.73 0.99 0 0.32
HSL 255.7º 0.98% 0.35% -
HSV(B) 255.7º 0.99% 0.68% -
XYZ 8.83 3.7 40.29 -
YUV 35.06 206.41 136.51 -
System Red Green Blue C M Y K H S L
Decimal 47 2 174 0.73 0.99 0 0.32 255.7 0.98 0.35
Hex 2F 2 AE 49 63 0 20 100 62 23
Octal 57 2 256 111 143 0 40 400 142 43
Binary 101111 10 10101110 1001001 1100011 0 100000 100000000 1100010 100011

Color Harmonies of #2F02AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F02AE

Black with #2F02AE

Text Example


Text Example

White with #2F02AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F02AE; }

 p { color: rgb(47,2,174); }

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

background-color css

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

 a { background-color: rgb(47,2,174); }

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

border-color css

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

 span { border-color: rgb(47,2,174); }

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