Html Css Color HEX #25346B Resolution Blue

📋 copy color: '#25346B'

red 37 ◦ green 52 ◦ blue 107

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

Shades of Resolution Blue #25346B

Tints of Resolution Blue #25346B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.53%

 BLUE value IS 107 (42.19% from 255) = 54.59%

R = 18.88%
G = 26.53%
B = 54.59%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25346B (or 0x25346B) is known color: Resolution Blue. HEX triplet: 25, 34 and 6B. RGB value is (37,52,107). Sum of RGB (Red+Green+Blue) = 37+52+107=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #25346B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25346B is #DACB94. Grayscale: #353535. Windows color (decimal): -14338965 or 7025701. OLE color: 7025701.

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

Color convert

RGB 37 52 107 -
CMYK 0.65 0.51 0 0.58
HSL 227.14º 0.49% 0.28% -
HSV(B) 227.14º 0.65% 0.42% -
XYZ 4.64 3.91 14.42 -
YUV 53.79 158.03 116.03 -
System Red Green Blue C M Y K H S L
Decimal 37 52 107 0.65 0.51 0 0.58 227.14 0.49 0.28
Hex 25 34 6B 41 33 0 3A E3 31 1C
Octal 45 64 153 101 63 0 72 343 61 34
Binary 100101 110100 1101011 1000001 110011 0 111010 11100011 110001 11100

Color Harmonies of #25346B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25346B

Black with #25346B

Text Example


Text Example

White with #25346B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25346B; }

 p { color: rgb(37,52,107); }

 H1.HeaderClassName
 {
   color: #25346B;
 }
 .AnyTagClassName
 {
   color: #25346B;
 }
</style>

background-color css

<style>
 a { background-color: #25346B; }

 a { background-color: rgb(37,52,107); }

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

border-color css

<style>
 span { border-color: #25346B; }

 span { border-color: rgb(37,52,107); }

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