Html Css Color HEX #326CCB Royal Blue

📋 copy color: '#326CCB'

red 50 ◦ green 108 ◦ blue 203

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

Shades of Royal Blue #326CCB

Tints of Royal Blue #326CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.92%

 BLUE value IS 203 (79.69% from 255) = 56.23%

R = 13.85%
G = 29.92%
B = 56.23%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#326CCB (or 0x326CCB) is known color: Royal Blue. HEX triplet: 32, 6C and CB. RGB value is (50,108,203). Sum of RGB (Red+Green+Blue) = 50+108+203=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #326CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326CCB is #CD9334. Grayscale: #656565. Windows color (decimal): -13472565 or 13331506. OLE color: 13331506.

HSL color Cylindrical-coordinate representation of color #326CCB: hue angle of 217.25º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #326CCB is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 108 203 -
CMYK 0.75 0.47 0 0.20
HSL 217.25º 0.6% 0.5% -
HSV(B) 217.25º 0.75% 0.8% -
XYZ 17.46 15.72 58.61 -
YUV 101.49 185.28 91.28 -
System Red Green Blue C M Y K H S L
Decimal 50 108 203 0.75 0.47 0 0.20 217.25 0.6 0.5
Hex 32 6C CB 4B 2F 0 14 D9 3C 32
Octal 62 154 313 113 57 0 24 331 74 62
Binary 110010 1101100 11001011 1001011 101111 0 10100 11011001 111100 110010

Color Harmonies of #326CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326CCB

Black with #326CCB

Text Example


Text Example

White with #326CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326CCB; }

 p { color: rgb(50,108,203); }

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

background-color css

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

 a { background-color: rgb(50,108,203); }

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

border-color css

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

 span { border-color: rgb(50,108,203); }

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