Html Css Color HEX #25336C Resolution Blue

📋 copy color: '#25336C'

red 37 ◦ green 51 ◦ blue 108

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

Shades of Resolution Blue #25336C

Tints of Resolution Blue #25336C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.02%

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

R = 18.88%
G = 26.02%
B = 55.1%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25336C (or 0x25336C) is known color: Resolution Blue. HEX triplet: 25, 33 and 6C. RGB value is (37,51,108). Sum of RGB (Red+Green+Blue) = 37+51+108=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #25336C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25336C is #DACC93. Grayscale: #353535. Windows color (decimal): -14339220 or 7090981. OLE color: 7090981.

HSL color Cylindrical-coordinate representation of color #25336C: hue angle of 228.17º 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 #25336C is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 51 108 -
CMYK 0.66 0.53 0 0.58
HSL 228.17º 0.49% 0.28% -
HSV(B) 228.17º 0.66% 0.42% -
XYZ 4.65 3.84 14.68 -
YUV 53.31 158.86 116.37 -
System Red Green Blue C M Y K H S L
Decimal 37 51 108 0.66 0.53 0 0.58 228.17 0.49 0.28
Hex 25 33 6C 42 35 0 3A E4 31 1C
Octal 45 63 154 102 65 0 72 344 61 34
Binary 100101 110011 1101100 1000010 110101 0 111010 11100100 110001 11100

Color Harmonies of #25336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25336C

Black with #25336C

Text Example


Text Example

White with #25336C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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