Html Css Color HEX #263370 Resolution Blue

📋 copy color: '#263370'

red 38 ◦ green 51 ◦ blue 112

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

Shades of Resolution Blue #263370

Tints of Resolution Blue #263370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

 BLUE value IS 112 (44.14% from 255) = 55.72%

R = 18.91%
G = 25.37%
B = 55.72%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#263370 (or 0x263370) is known color: Resolution Blue. HEX triplet: 26, 33 and 70. RGB value is (38,51,112). Sum of RGB (Red+Green+Blue) = 38+51+112=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #263370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263370 is #D9CC8F. Grayscale: #353535. Windows color (decimal): -14273680 or 7353126. OLE color: 7353126.

HSL color Cylindrical-coordinate representation of color #263370: hue angle of 229.46º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #263370 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 51 112 -
CMYK 0.66 0.54 0 0.56
HSL 229.46º 0.49% 0.29% -
HSV(B) 229.46º 0.66% 0.44% -
XYZ 4.91 3.95 15.83 -
YUV 54.07 160.69 116.54 -
System Red Green Blue C M Y K H S L
Decimal 38 51 112 0.66 0.54 0 0.56 229.46 0.49 0.29
Hex 26 33 70 42 36 0 38 E5 31 1D
Octal 46 63 160 102 66 0 70 345 61 35
Binary 100110 110011 1110000 1000010 110110 0 111000 11100101 110001 11101

Color Harmonies of #263370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263370

Black with #263370

Text Example


Text Example

White with #263370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263370; }

 p { color: rgb(38,51,112); }

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

background-color css

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

 a { background-color: rgb(38,51,112); }

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

border-color css

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

 span { border-color: rgb(38,51,112); }

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