Html Css Color HEX #243386 Resolution Blue

📋 copy color: '#243386'

red 36 ◦ green 51 ◦ blue 134

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

Shades of Resolution Blue #243386

Tints of Resolution Blue #243386

RGB

 RED value IS 36 (14.45% from 255) = 16.29%

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

 BLUE value IS 134 (52.73% from 255) = 60.63%

R = 16.29%
G = 23.08%
B = 60.63%

CMYK

 C value IS 0.73

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#243386 (or 0x243386) is known color: Resolution Blue. HEX triplet: 24, 33 and 86. RGB value is (36,51,134). Sum of RGB (Red+Green+Blue) = 36+51+134=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 134 (52.73% from 255 or 60.63% from 221); Max value from RGB is 134 - color contains mainly: blue. Hex color #243386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243386 is #DBCC79. Grayscale: #373737. Windows color (decimal): -14404730 or 8794916. OLE color: 8794916.

HSL color Cylindrical-coordinate representation of color #243386: hue angle of 230.82º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #243386 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 51 134 -
CMYK 0.73 0.62 0 0.47
HSL 230.82º 0.58% 0.33% -
HSV(B) 230.82º 0.73% 0.53% -
XYZ 6.21 4.46 23.09 -
YUV 55.98 172.03 113.75 -
System Red Green Blue C M Y K H S L
Decimal 36 51 134 0.73 0.62 0 0.47 230.82 0.58 0.33
Hex 24 33 86 49 3E 0 2F E7 3A 21
Octal 44 63 206 111 76 0 57 347 72 41
Binary 100100 110011 10000110 1001001 111110 0 101111 11100111 111010 100001

Color Harmonies of #243386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243386

Black with #243386

Text Example


Text Example

White with #243386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243386; }

 p { color: rgb(36,51,134); }

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

background-color css

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

 a { background-color: rgb(36,51,134); }

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

border-color css

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

 span { border-color: rgb(36,51,134); }

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