Html Css Color HEX #26357D Resolution Blue

📋 copy color: '#26357D'

red 38 ◦ green 53 ◦ blue 125

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

Shades of Resolution Blue #26357D

Tints of Resolution Blue #26357D

RGB

 RED value IS 38 (15.23% from 255) = 17.59%

 GREEN value IS 53 (21.09% from 255) = 24.54%

 BLUE value IS 125 (49.22% from 255) = 57.87%

R = 17.59%
G = 24.54%
B = 57.87%

CMYK

 C value IS 0.70

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#26357D (or 0x26357D) is known color: Resolution Blue. HEX triplet: 26, 35 and 7D. RGB value is (38,53,125). Sum of RGB (Red+Green+Blue) = 38+53+125=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 125 (49.22% from 255 or 57.87% from 216); Max value from RGB is 125 - color contains mainly: blue. Hex color #26357D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26357D is #D9CA82. Grayscale: #383838. Windows color (decimal): -14273155 or 8205606. OLE color: 8205606.

HSL color Cylindrical-coordinate representation of color #26357D: hue angle of 229.66º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26357D is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 53 125 -
CMYK 0.70 0.58 0 0.51
HSL 229.66º 0.53% 0.32% -
HSV(B) 229.66º 0.7% 0.49% -
XYZ 5.77 4.44 19.95 -
YUV 56.72 166.53 114.65 -
System Red Green Blue C M Y K H S L
Decimal 38 53 125 0.70 0.58 0 0.51 229.66 0.53 0.32
Hex 26 35 7D 46 3A 0 33 E6 35 20
Octal 46 65 175 106 72 0 63 346 65 40
Binary 100110 110101 1111101 1000110 111010 0 110011 11100110 110101 100000

Color Harmonies of #26357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26357D

Black with #26357D

Text Example


Text Example

White with #26357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26357D; }

 p { color: rgb(38,53,125); }

 H1.HeaderClassName
 {
   color: #26357D;
 }
 .AnyTagClassName
 {
   color: #26357D;
 }
</style>

background-color css

<style>
 a { background-color: #26357D; }

 a { background-color: rgb(38,53,125); }

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

border-color css

<style>
 span { border-color: #26357D; }

 span { border-color: rgb(38,53,125); }

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