Html Css Color HEX #25229C Ultramarine

📋 copy color: '#25229C'

red 37 ◦ green 34 ◦ blue 156

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

Shades of Ultramarine #25229C

Tints of Ultramarine #25229C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.98%

 BLUE value IS 156 (61.33% from 255) = 68.72%

R = 16.3%
G = 14.98%
B = 68.72%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25229C (or 0x25229C) is known color: Ultramarine. HEX triplet: 25, 22 and 9C. RGB value is (37,34,156). Sum of RGB (Red+Green+Blue) = 37+34+156=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 156 (61.33% from 255 or 68.72% from 227); Max value from RGB is 156 - color contains mainly: blue. Hex color #25229C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25229C is #DADD63. Grayscale: #303030. Windows color (decimal): -14343524 or 10232357. OLE color: 10232357.

HSL color Cylindrical-coordinate representation of color #25229C: hue angle of 241.48º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25229C is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 34 156 -
CMYK 0.76 0.78 0 0.39
HSL 241.48º 0.64% 0.37% -
HSV(B) 241.48º 0.78% 0.61% -
XYZ 7.34 3.94 31.83 -
YUV 48.81 188.49 119.58 -
System Red Green Blue C M Y K H S L
Decimal 37 34 156 0.76 0.78 0 0.39 241.48 0.64 0.37
Hex 25 22 9C 4C 4E 0 27 F1 40 25
Octal 45 42 234 114 116 0 47 361 100 45
Binary 100101 100010 10011100 1001100 1001110 0 100111 11110001 1000000 100101

Color Harmonies of #25229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25229C

Black with #25229C

Text Example


Text Example

White with #25229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25229C; }

 p { color: rgb(37,34,156); }

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

background-color css

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

 a { background-color: rgb(37,34,156); }

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

border-color css

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

 span { border-color: rgb(37,34,156); }

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