Html Css Color HEX #263790 Resolution Blue

📋 copy color: '#263790'

red 38 ◦ green 55 ◦ blue 144

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

Shades of Resolution Blue #263790

Tints of Resolution Blue #263790

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.21%

 BLUE value IS 144 (56.64% from 255) = 60.76%

R = 16.03%
G = 23.21%
B = 60.76%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#263790 (or 0x263790) is known color: Resolution Blue. HEX triplet: 26, 37 and 90. RGB value is (38,55,144). Sum of RGB (Red+Green+Blue) = 38+55+144=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #263790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263790 is #D9C86F. Grayscale: #3B3B3B. Windows color (decimal): -14272624 or 9451302. OLE color: 9451302.

HSL color Cylindrical-coordinate representation of color #263790: hue angle of 230.38º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #263790 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 55 144 -
CMYK 0.74 0.62 0 0.44
HSL 230.38º 0.58% 0.36% -
HSV(B) 230.38º 0.74% 0.56% -
XYZ 7.2 5.16 27 -
YUV 60.06 175.37 112.26 -
System Red Green Blue C M Y K H S L
Decimal 38 55 144 0.74 0.62 0 0.44 230.38 0.58 0.36
Hex 26 37 90 4A 3E 0 2C E6 3A 24
Octal 46 67 220 112 76 0 54 346 72 44
Binary 100110 110111 10010000 1001010 111110 0 101100 11100110 111010 100100

Color Harmonies of #263790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263790

Black with #263790

Text Example


Text Example

White with #263790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263790; }

 p { color: rgb(38,55,144); }

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

background-color css

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

 a { background-color: rgb(38,55,144); }

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

border-color css

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

 span { border-color: rgb(38,55,144); }

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