Html Css Color HEX #263B7D Resolution Blue

📋 copy color: '#263B7D'

red 38 ◦ green 59 ◦ blue 125

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

Shades of Resolution Blue #263B7D

Tints of Resolution Blue #263B7D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.58%

 BLUE value IS 125 (49.22% from 255) = 56.31%

R = 17.12%
G = 26.58%
B = 56.31%

CMYK

 C value IS 0.70

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#263B7D (or 0x263B7D) is known color: Resolution Blue. HEX triplet: 26, 3B and 7D. RGB value is (38,59,125). Sum of RGB (Red+Green+Blue) = 38+59+125=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #263B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B7D is #D9C482. Grayscale: #3B3B3B. Windows color (decimal): -14271619 or 8207142. OLE color: 8207142.

HSL color Cylindrical-coordinate representation of color #263B7D: hue angle of 225.52º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #263B7D is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 59 125 -
CMYK 0.70 0.53 0 0.51
HSL 225.52º 0.53% 0.32% -
HSV(B) 225.52º 0.7% 0.49% -
XYZ 6.06 5.02 20.05 -
YUV 60.25 164.54 112.13 -
System Red Green Blue C M Y K H S L
Decimal 38 59 125 0.70 0.53 0 0.51 225.52 0.53 0.32
Hex 26 3B 7D 46 35 0 33 E2 35 20
Octal 46 73 175 106 65 0 63 342 65 40
Binary 100110 111011 1111101 1000110 110101 0 110011 11100010 110101 100000

Color Harmonies of #263B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263B7D

Black with #263B7D

Text Example


Text Example

White with #263B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,59,125); }

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

background-color css

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

 a { background-color: rgb(38,59,125); }

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

border-color css

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

 span { border-color: rgb(38,59,125); }

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