Html Css Color HEX #25366C Resolution Blue

📋 copy color: '#25366C'

red 37 ◦ green 54 ◦ blue 108

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

Shades of Resolution Blue #25366C

Tints of Resolution Blue #25366C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54.27%

R = 18.59%
G = 27.14%
B = 54.27%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25366C (or 0x25366C) is known color: Resolution Blue. HEX triplet: 25, 36 and 6C. RGB value is (37,54,108). Sum of RGB (Red+Green+Blue) = 37+54+108=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #25366C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25366C is #DAC993. Grayscale: #363636. Windows color (decimal): -14338452 or 7091749. OLE color: 7091749.

HSL color Cylindrical-coordinate representation of color #25366C: hue angle of 225.63º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25366C is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 54 108 -
CMYK 0.66 0.50 0 0.58
HSL 225.63º 0.49% 0.28% -
HSV(B) 225.63º 0.66% 0.42% -
XYZ 4.79 4.11 14.73 -
YUV 55.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 37 54 108 0.66 0.50 0 0.58 225.63 0.49 0.28
Hex 25 36 6C 42 32 0 3A E2 31 1C
Octal 45 66 154 102 62 0 72 342 61 34
Binary 100101 110110 1101100 1000010 110010 0 111010 11100010 110001 11100

Color Harmonies of #25366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25366C

Black with #25366C

Text Example


Text Example

White with #25366C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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