Html Css Color HEX #26388C Resolution Blue

📋 copy color: '#26388C'

red 38 ◦ green 56 ◦ blue 140

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

Shades of Resolution Blue #26388C

Tints of Resolution Blue #26388C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.93%

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

R = 16.24%
G = 23.93%
B = 59.83%

CMYK

 C value IS 0.73

 M value IS 0.6

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26388C (or 0x26388C) is known color: Resolution Blue. HEX triplet: 26, 38 and 8C. RGB value is (38,56,140). Sum of RGB (Red+Green+Blue) = 38+56+140=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #26388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26388C is #D9C773. Grayscale: #3B3B3B. Windows color (decimal): -14272372 or 9189414. OLE color: 9189414.

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

Color convert

RGB 38 56 140 -
CMYK 0.73 0.6 0 0.45
HSL 229.41º 0.57% 0.35% -
HSV(B) 229.41º 0.73% 0.55% -
XYZ 6.95 5.13 25.44 -
YUV 60.19 173.04 112.17 -
System Red Green Blue C M Y K H S L
Decimal 38 56 140 0.73 0.6 0 0.45 229.41 0.57 0.35
Hex 26 38 8C 49 3C 0 2D E5 39 23
Octal 46 70 214 111 74 0 55 345 71 43
Binary 100110 111000 10001100 1001001 111100 0 101101 11100101 111001 100011

Color Harmonies of #26388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26388C

Black with #26388C

Text Example


Text Example

White with #26388C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,56,140); }

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

background-color css

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

 a { background-color: rgb(38,56,140); }

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

border-color css

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

 span { border-color: rgb(38,56,140); }

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