Html Css Color HEX #25368C Resolution Blue

📋 copy color: '#25368C'

red 37 ◦ green 54 ◦ blue 140

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

Shades of Resolution Blue #25368C

Tints of Resolution Blue #25368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.38%

 BLUE value IS 140 (55.08% from 255) = 60.61%

R = 16.02%
G = 23.38%
B = 60.61%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25368C (or 0x25368C) is known color: Resolution Blue. HEX triplet: 25, 36 and 8C. RGB value is (37,54,140). Sum of RGB (Red+Green+Blue) = 37+54+140=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 140 (55.08% from 255 or 60.61% from 231); Max value from RGB is 140 - color contains mainly: blue. Hex color #25368C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25368C is #DAC973. Grayscale: #3A3A3A. Windows color (decimal): -14338420 or 9188901. OLE color: 9188901.

HSL color Cylindrical-coordinate representation of color #25368C: hue angle of 230.1º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25368C is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 54 140 -
CMYK 0.74 0.61 0 0.45
HSL 230.1º 0.58% 0.35% -
HSV(B) 230.1º 0.74% 0.55% -
XYZ 6.82 4.93 25.4 -
YUV 58.72 173.87 112.51 -
System Red Green Blue C M Y K H S L
Decimal 37 54 140 0.74 0.61 0 0.45 230.1 0.58 0.35
Hex 25 36 8C 4A 3D 0 2D E6 3A 23
Octal 45 66 214 112 75 0 55 346 72 43
Binary 100101 110110 10001100 1001010 111101 0 101101 11100110 111010 100011

Color Harmonies of #25368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25368C

Black with #25368C

Text Example


Text Example

White with #25368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,54,140); }

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

background-color css

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

 a { background-color: rgb(37,54,140); }

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

border-color css

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

 span { border-color: rgb(37,54,140); }

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