Html Css Color HEX #25378A Resolution Blue

📋 copy color: '#25378A'

red 37 ◦ green 55 ◦ blue 138

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

Shades of Resolution Blue #25378A

Tints of Resolution Blue #25378A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.91%

 BLUE value IS 138 (54.3% from 255) = 60%

R = 16.09%
G = 23.91%
B = 60%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#25378A (or 0x25378A) is known color: Resolution Blue. HEX triplet: 25, 37 and 8A. RGB value is (37,55,138). Sum of RGB (Red+Green+Blue) = 37+55+138=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 138 (54.30% from 255 or 60% from 230); Max value from RGB is 138 - color contains mainly: blue. Hex color #25378A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25378A is #DAC875. Grayscale: #3A3A3A. Windows color (decimal): -14338166 or 9058085. OLE color: 9058085.

HSL color Cylindrical-coordinate representation of color #25378A: hue angle of 229.31º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25378A is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 55 138 -
CMYK 0.73 0.60 0 0.46
HSL 229.31º 0.58% 0.34% -
HSV(B) 229.31º 0.73% 0.54% -
XYZ 6.72 4.96 24.65 -
YUV 59.08 172.54 112.25 -
System Red Green Blue C M Y K H S L
Decimal 37 55 138 0.73 0.60 0 0.46 229.31 0.58 0.34
Hex 25 37 8A 49 3C 0 2E E5 3A 22
Octal 45 67 212 111 74 0 56 345 72 42
Binary 100101 110111 10001010 1001001 111100 0 101110 11100101 111010 100010

Color Harmonies of #25378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25378A

Black with #25378A

Text Example


Text Example

White with #25378A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25378A; }

 p { color: rgb(37,55,138); }

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

background-color css

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

 a { background-color: rgb(37,55,138); }

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

border-color css

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

 span { border-color: rgb(37,55,138); }

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