Html Css Color HEX #264279 Resolution Blue

📋 copy color: '#264279'

red 38 ◦ green 66 ◦ blue 121

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

Shades of Resolution Blue #264279

Tints of Resolution Blue #264279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.33%

 BLUE value IS 121 (47.66% from 255) = 53.78%

R = 16.89%
G = 29.33%
B = 53.78%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#264279 (or 0x264279) is known color: Resolution Blue. HEX triplet: 26, 42 and 79. RGB value is (38,66,121). Sum of RGB (Red+Green+Blue) = 38+66+121=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #264279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264279 is #D9BD86. Grayscale: #3F3F3F. Windows color (decimal): -14269831 or 7946790. OLE color: 7946790.

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

Color convert

RGB 38 66 121 -
CMYK 0.69 0.45 0 0.53
HSL 219.76º 0.52% 0.31% -
HSV(B) 219.76º 0.69% 0.47% -
XYZ 6.2 5.69 18.86 -
YUV 63.9 160.22 109.53 -
System Red Green Blue C M Y K H S L
Decimal 38 66 121 0.69 0.45 0 0.53 219.76 0.52 0.31
Hex 26 42 79 45 2D 0 35 DC 34 1F
Octal 46 102 171 105 55 0 65 334 64 37
Binary 100110 1000010 1111001 1000101 101101 0 110101 11011100 110100 11111

Color Harmonies of #264279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264279

Black with #264279

Text Example


Text Example

White with #264279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264279; }

 p { color: rgb(38,66,121); }

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

background-color css

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

 a { background-color: rgb(38,66,121); }

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

border-color css

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

 span { border-color: rgb(38,66,121); }

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