Html Css Color HEX #336BCF Royal Blue

📋 copy color: '#336BCF'

red 51 ◦ green 107 ◦ blue 207

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

Shades of Royal Blue #336BCF

Tints of Royal Blue #336BCF

RGB

 RED value IS 51 (20.31% from 255) = 13.97%

 GREEN value IS 107 (42.19% from 255) = 29.32%

 BLUE value IS 207 (81.25% from 255) = 56.71%

R = 13.97%
G = 29.32%
B = 56.71%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#336BCF (or 0x336BCF) is known color: Royal Blue. HEX triplet: 33, 6B and CF. RGB value is (51,107,207). Sum of RGB (Red+Green+Blue) = 51+107+207=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #336BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336BCF is #CC9430. Grayscale: #656565. Windows color (decimal): -13407281 or 13593395. OLE color: 13593395.

HSL color Cylindrical-coordinate representation of color #336BCF: hue angle of 218.46º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #336BCF is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 107 207 -
CMYK 0.75 0.48 0 0.19
HSL 218.46º 0.62% 0.51% -
HSV(B) 218.46º 0.75% 0.81% -
XYZ 17.89 15.72 61.12 -
YUV 101.66 187.45 91.87 -
System Red Green Blue C M Y K H S L
Decimal 51 107 207 0.75 0.48 0 0.19 218.46 0.62 0.51
Hex 33 6B CF 4B 30 0 13 DA 3E 33
Octal 63 153 317 113 60 0 23 332 76 63
Binary 110011 1101011 11001111 1001011 110000 0 10011 11011010 111110 110011

Color Harmonies of #336BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336BCF

Black with #336BCF

Text Example


Text Example

White with #336BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336BCF; }

 p { color: rgb(51,107,207); }

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

background-color css

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

 a { background-color: rgb(51,107,207); }

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

border-color css

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

 span { border-color: rgb(51,107,207); }

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