Html Css Color HEX #3B68CF Royal Blue

📋 copy color: '#3B68CF'

red 59 ◦ green 104 ◦ blue 207

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

Shades of Royal Blue #3B68CF

Tints of Royal Blue #3B68CF

RGB

 RED value IS 59 (23.44% from 255) = 15.95%

 GREEN value IS 104 (41.02% from 255) = 28.11%

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

R = 15.95%
G = 28.11%
B = 55.95%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3B68CF (or 0x3B68CF) is known color: Royal Blue. HEX triplet: 3B, 68 and CF. RGB value is (59,104,207). Sum of RGB (Red+Green+Blue) = 59+104+207=370 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.95% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #3B68CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B68CF is #C49730. Grayscale: #656565. Windows color (decimal): -12883761 or 13592635. OLE color: 13592635.

HSL color Cylindrical-coordinate representation of color #3B68CF: hue angle of 221.76º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B68CF is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 59 104 207 -
CMYK 0.71 0.50 0 0.19
HSL 221.76º 0.61% 0.52% -
HSV(B) 221.76º 0.71% 0.81% -
XYZ 18.02 15.34 61.04 -
YUV 102.29 187.09 97.12 -
System Red Green Blue C M Y K H S L
Decimal 59 104 207 0.71 0.50 0 0.19 221.76 0.61 0.52
Hex 3B 68 CF 47 32 0 13 DE 3D 34
Octal 73 150 317 107 62 0 23 336 75 64
Binary 111011 1101000 11001111 1000111 110010 0 10011 11011110 111101 110100

Color Harmonies of #3B68CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B68CF

Black with #3B68CF

Text Example


Text Example

White with #3B68CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B68CF; }

 p { color: rgb(59,104,207); }

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

background-color css

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

 a { background-color: rgb(59,104,207); }

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

border-color css

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

 span { border-color: rgb(59,104,207); }

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