Html Css Color HEX #263F70 Resolution Blue

📋 copy color: '#263F70'

red 38 ◦ green 63 ◦ blue 112

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

Shades of Resolution Blue #263F70

Tints of Resolution Blue #263F70

RGB

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

 GREEN value IS 63 (25% from 255) = 29.58%

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

R = 17.84%
G = 29.58%
B = 52.58%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#263F70 (or 0x263F70) is known color: Resolution Blue. HEX triplet: 26, 3F and 70. RGB value is (38,63,112). Sum of RGB (Red+Green+Blue) = 38+63+112=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #263F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F70 is #D9C08F. Grayscale: #3C3C3C. Windows color (decimal): -14270608 or 7356198. OLE color: 7356198.

HSL color Cylindrical-coordinate representation of color #263F70: hue angle of 219.73º 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 #263F70 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 63 112 -
CMYK 0.66 0.44 0 0.56
HSL 219.73º 0.49% 0.29% -
HSV(B) 219.73º 0.66% 0.44% -
XYZ 5.5 5.14 16.03 -
YUV 61.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 38 63 112 0.66 0.44 0 0.56 219.73 0.49 0.29
Hex 26 3F 70 42 2C 0 38 DC 31 1D
Octal 46 77 160 102 54 0 70 334 61 35
Binary 100110 111111 1110000 1000010 101100 0 111000 11011100 110001 11101

Color Harmonies of #263F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263F70

Black with #263F70

Text Example


Text Example

White with #263F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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