Html Css Color HEX #25229D Ultramarine

📋 copy color: '#25229D'

red 37 ◦ green 34 ◦ blue 157

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

Shades of Ultramarine #25229D

Tints of Ultramarine #25229D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 68.86%

R = 16.23%
G = 14.91%
B = 68.86%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25229D (or 0x25229D) is known color: Ultramarine. HEX triplet: 25, 22 and 9D. RGB value is (37,34,157). Sum of RGB (Red+Green+Blue) = 37+34+157=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 157 (61.72% from 255 or 68.86% from 228); Max value from RGB is 157 - color contains mainly: blue. Hex color #25229D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25229D is #DADD62. Grayscale: #303030. Windows color (decimal): -14343523 or 10297893. OLE color: 10297893.

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

Color convert

RGB 37 34 157 -
CMYK 0.76 0.78 0 0.38
HSL 241.46º 0.64% 0.37% -
HSV(B) 241.46º 0.78% 0.62% -
XYZ 7.42 3.97 32.27 -
YUV 48.92 188.99 119.5 -
System Red Green Blue C M Y K H S L
Decimal 37 34 157 0.76 0.78 0 0.38 241.46 0.64 0.37
Hex 25 22 9D 4C 4E 0 26 F1 40 25
Octal 45 42 235 114 116 0 46 361 100 45
Binary 100101 100010 10011101 1001100 1001110 0 100110 11110001 1000000 100101

Color Harmonies of #25229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25229D

Black with #25229D

Text Example


Text Example

White with #25229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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