Html Css Color HEX #263D88 Resolution Blue

📋 copy color: '#263D88'

red 38 ◦ green 61 ◦ blue 136

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

Shades of Resolution Blue #263D88

Tints of Resolution Blue #263D88

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.96%

 BLUE value IS 136 (53.52% from 255) = 57.87%

R = 16.17%
G = 25.96%
B = 57.87%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#263D88 (or 0x263D88) is known color: Resolution Blue. HEX triplet: 26, 3D and 88. RGB value is (38,61,136). Sum of RGB (Red+Green+Blue) = 38+61+136=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 136 (53.52% from 255 or 57.87% from 235); Max value from RGB is 136 - color contains mainly: blue. Hex color #263D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263D88 is #D9C277. Grayscale: #3E3E3E. Windows color (decimal): -14271096 or 8928550. OLE color: 8928550.

HSL color Cylindrical-coordinate representation of color #263D88: hue angle of 225.92º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #263D88 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 61 136 -
CMYK 0.72 0.55 0 0.47
HSL 225.92º 0.56% 0.34% -
HSV(B) 225.92º 0.72% 0.53% -
XYZ 6.91 5.53 24 -
YUV 62.67 169.38 110.4 -
System Red Green Blue C M Y K H S L
Decimal 38 61 136 0.72 0.55 0 0.47 225.92 0.56 0.34
Hex 26 3D 88 48 37 0 2F E2 38 22
Octal 46 75 210 110 67 0 57 342 70 42
Binary 100110 111101 10001000 1001000 110111 0 101111 11100010 111000 100010

Color Harmonies of #263D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263D88

Black with #263D88

Text Example


Text Example

White with #263D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263D88; }

 p { color: rgb(38,61,136); }

 H1.HeaderClassName
 {
   color: #263D88;
 }
 .AnyTagClassName
 {
   color: #263D88;
 }
</style>

background-color css

<style>
 a { background-color: #263D88; }

 a { background-color: rgb(38,61,136); }

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

border-color css

<style>
 span { border-color: #263D88; }

 span { border-color: rgb(38,61,136); }

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