Html Css Color HEX #252194 Ultramarine

📋 copy color: '#252194'

red 37 ◦ green 33 ◦ blue 148

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

Shades of Ultramarine #252194

Tints of Ultramarine #252194

RGB

 RED value IS 37 (14.84% from 255) = 16.97%

 GREEN value IS 33 (13.28% from 255) = 15.14%

 BLUE value IS 148 (58.2% from 255) = 67.89%

R = 16.97%
G = 15.14%
B = 67.89%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#252194 (or 0x252194) is known color: Ultramarine. HEX triplet: 25, 21 and 94. RGB value is (37,33,148). Sum of RGB (Red+Green+Blue) = 37+33+148=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #252194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252194 is #DADE6B. Grayscale: #2E2E2E. Windows color (decimal): -14343788 or 9707813. OLE color: 9707813.

HSL color Cylindrical-coordinate representation of color #252194: hue angle of 242.09º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #252194 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 33 148 -
CMYK 0.75 0.78 0 0.42
HSL 242.09º 0.64% 0.35% -
HSV(B) 242.09º 0.78% 0.58% -
XYZ 6.65 3.62 28.36 -
YUV 47.31 184.83 120.65 -
System Red Green Blue C M Y K H S L
Decimal 37 33 148 0.75 0.78 0 0.42 242.09 0.64 0.35
Hex 25 21 94 4B 4E 0 2A F2 40 23
Octal 45 41 224 113 116 0 52 362 100 43
Binary 100101 100001 10010100 1001011 1001110 0 101010 11110010 1000000 100011

Color Harmonies of #252194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252194

Black with #252194

Text Example


Text Example

White with #252194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252194; }

 p { color: rgb(37,33,148); }

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

background-color css

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

 a { background-color: rgb(37,33,148); }

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

border-color css

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

 span { border-color: rgb(37,33,148); }

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