Html Css Color HEX #264575 Resolution Blue

📋 copy color: '#264575'

red 38 ◦ green 69 ◦ blue 117

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

Shades of Resolution Blue #264575

Tints of Resolution Blue #264575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.8%

 BLUE value IS 117 (46.09% from 255) = 52.23%

R = 16.96%
G = 30.8%
B = 52.23%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#264575 (or 0x264575) is known color: Resolution Blue. HEX triplet: 26, 45 and 75. RGB value is (38,69,117). Sum of RGB (Red+Green+Blue) = 38+69+117=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #264575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264575 is #D9BA8A. Grayscale: #404040. Windows color (decimal): -14269067 or 7685414. OLE color: 7685414.

HSL color Cylindrical-coordinate representation of color #264575: hue angle of 216.46º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #264575 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 69 117 -
CMYK 0.68 0.41 0 0.54
HSL 216.46º 0.51% 0.3% -
HSV(B) 216.46º 0.68% 0.46% -
XYZ 6.14 5.95 17.66 -
YUV 65.2 157.23 108.6 -
System Red Green Blue C M Y K H S L
Decimal 38 69 117 0.68 0.41 0 0.54 216.46 0.51 0.3
Hex 26 45 75 44 29 0 36 D8 33 1E
Octal 46 105 165 104 51 0 66 330 63 36
Binary 100110 1000101 1110101 1000100 101001 0 110110 11011000 110011 11110

Color Harmonies of #264575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264575

Black with #264575

Text Example


Text Example

White with #264575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264575; }

 p { color: rgb(38,69,117); }

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

background-color css

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

 a { background-color: rgb(38,69,117); }

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

border-color css

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

 span { border-color: rgb(38,69,117); }

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