Html Css Color HEX #335CFC Royal Blue

📋 copy color: '#335CFC'

red 51 ◦ green 92 ◦ blue 252

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

Shades of Royal Blue #335CFC

Tints of Royal Blue #335CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.29%

 BLUE value IS 252 (98.83% from 255) = 63.8%

R = 12.91%
G = 23.29%
B = 63.8%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#335CFC (or 0x335CFC) is known color: Royal Blue. HEX triplet: 33, 5C and FC. RGB value is (51,92,252). Sum of RGB (Red+Green+Blue) = 51+92+252=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #335CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335CFC is #CCA303. Grayscale: #616161. Windows color (decimal): -13411076 or 16538675. OLE color: 16538675.

HSL color Cylindrical-coordinate representation of color #335CFC: hue angle of 227.76º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #335CFC is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 92 252 -
CMYK 0.80 0.63 0 0.01
HSL 227.76º 0.97% 0.59% -
HSV(B) 227.76º 0.8% 0.99% -
XYZ 22.76 15.39 93.87 -
YUV 97.98 214.92 94.49 -
System Red Green Blue C M Y K H S L
Decimal 51 92 252 0.80 0.63 0 0.01 227.76 0.97 0.59
Hex 33 5C FC 50 3F 0 1 E4 61 3B
Octal 63 134 374 120 77 0 1 344 141 73
Binary 110011 1011100 11111100 1010000 111111 0 1 11100100 1100001 111011

Color Harmonies of #335CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335CFC

Black with #335CFC

Text Example


Text Example

White with #335CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335CFC; }

 p { color: rgb(51,92,252); }

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

background-color css

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

 a { background-color: rgb(51,92,252); }

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

border-color css

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

 span { border-color: rgb(51,92,252); }

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