Html Css Color HEX #263C8A Resolution Blue

📋 copy color: '#263C8A'

red 38 ◦ green 60 ◦ blue 138

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

Shades of Resolution Blue #263C8A

Tints of Resolution Blue #263C8A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.42%

 BLUE value IS 138 (54.3% from 255) = 58.47%

R = 16.1%
G = 25.42%
B = 58.47%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#263C8A (or 0x263C8A) is known color: Resolution Blue. HEX triplet: 26, 3C and 8A. RGB value is (38,60,138). Sum of RGB (Red+Green+Blue) = 38+60+138=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #263C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263C8A is #D9C375. Grayscale: #3D3D3D. Windows color (decimal): -14271350 or 9059366. OLE color: 9059366.

HSL color Cylindrical-coordinate representation of color #263C8A: hue angle of 226.8º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #263C8A is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 60 138 -
CMYK 0.72 0.57 0 0.46
HSL 226.8º 0.57% 0.35% -
HSV(B) 226.8º 0.72% 0.54% -
XYZ 7 5.48 24.73 -
YUV 62.31 170.71 110.66 -
System Red Green Blue C M Y K H S L
Decimal 38 60 138 0.72 0.57 0 0.46 226.8 0.57 0.35
Hex 26 3C 8A 48 39 0 2E E3 39 23
Octal 46 74 212 110 71 0 56 343 71 43
Binary 100110 111100 10001010 1001000 111001 0 101110 11100011 111001 100011

Color Harmonies of #263C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263C8A

Black with #263C8A

Text Example


Text Example

White with #263C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263C8A; }

 p { color: rgb(38,60,138); }

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

background-color css

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

 a { background-color: rgb(38,60,138); }

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

border-color css

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

 span { border-color: rgb(38,60,138); }

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