Html Css Color HEX #3267DC Royal Blue

📋 copy color: '#3267DC'

red 50 ◦ green 103 ◦ blue 220

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

Shades of Royal Blue #3267DC

Tints of Royal Blue #3267DC

RGB

 RED value IS 50 (19.92% from 255) = 13.4%

 GREEN value IS 103 (40.63% from 255) = 27.61%

 BLUE value IS 220 (86.33% from 255) = 58.98%

R = 13.4%
G = 27.61%
B = 58.98%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3267DC (or 0x3267DC) is known color: Royal Blue. HEX triplet: 32, 67 and DC. RGB value is (50,103,220). Sum of RGB (Red+Green+Blue) = 50+103+220=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #3267DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3267DC is #CD9823. Grayscale: #636363. Windows color (decimal): -13473828 or 14444338. OLE color: 14444338.

HSL color Cylindrical-coordinate representation of color #3267DC: hue angle of 221.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3267DC is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 103 220 -
CMYK 0.77 0.53 0 0.14
HSL 221.29º 0.71% 0.53% -
HSV(B) 221.29º 0.77% 0.86% -
XYZ 19.08 15.55 69.7 -
YUV 100.49 195.44 91.99 -
System Red Green Blue C M Y K H S L
Decimal 50 103 220 0.77 0.53 0 0.14 221.29 0.71 0.53
Hex 32 67 DC 4D 35 0 E DD 47 35
Octal 62 147 334 115 65 0 16 335 107 65
Binary 110010 1100111 11011100 1001101 110101 0 1110 11011101 1000111 110101

Color Harmonies of #3267DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3267DC

Black with #3267DC

Text Example


Text Example

White with #3267DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3267DC; }

 p { color: rgb(50,103,220); }

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

background-color css

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

 a { background-color: rgb(50,103,220); }

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

border-color css

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

 span { border-color: rgb(50,103,220); }

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