Html Css Color HEX #263277 Resolution Blue

📋 copy color: '#263277'

red 38 ◦ green 50 ◦ blue 119

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

Shades of Resolution Blue #263277

Tints of Resolution Blue #263277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.15%

 BLUE value IS 119 (46.88% from 255) = 57.49%

R = 18.36%
G = 24.15%
B = 57.49%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#263277 (or 0x263277) is known color: Resolution Blue. HEX triplet: 26, 32 and 77. RGB value is (38,50,119). Sum of RGB (Red+Green+Blue) = 38+50+119=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #263277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263277 is #D9CD88. Grayscale: #353535. Windows color (decimal): -14273929 or 7811622. OLE color: 7811622.

HSL color Cylindrical-coordinate representation of color #263277: hue angle of 231.11º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #263277 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 50 119 -
CMYK 0.68 0.58 0 0.53
HSL 231.11º 0.52% 0.31% -
HSV(B) 231.11º 0.68% 0.47% -
XYZ 5.27 4.03 17.95 -
YUV 54.28 164.52 116.39 -
System Red Green Blue C M Y K H S L
Decimal 38 50 119 0.68 0.58 0 0.53 231.11 0.52 0.31
Hex 26 32 77 44 3A 0 35 E7 34 1F
Octal 46 62 167 104 72 0 65 347 64 37
Binary 100110 110010 1110111 1000100 111010 0 110101 11100111 110100 11111

Color Harmonies of #263277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263277

Black with #263277

Text Example


Text Example

White with #263277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263277; }

 p { color: rgb(38,50,119); }

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

background-color css

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

 a { background-color: rgb(38,50,119); }

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

border-color css

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

 span { border-color: rgb(38,50,119); }

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