Html Css Color HEX #3C65F2 Royal Blue

📋 copy color: '#3C65F2'

red 60 ◦ green 101 ◦ blue 242

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

Shades of Royal Blue #3C65F2

Tints of Royal Blue #3C65F2

RGB

 RED value IS 60 (23.83% from 255) = 14.89%

 GREEN value IS 101 (39.84% from 255) = 25.06%

 BLUE value IS 242 (94.92% from 255) = 60.05%

R = 14.89%
G = 25.06%
B = 60.05%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3C65F2 (or 0x3C65F2) is known color: Royal Blue. HEX triplet: 3C, 65 and F2. RGB value is (60,101,242). Sum of RGB (Red+Green+Blue) = 60+101+242=403 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.89% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 242 (94.92% from 255 or 60.05% from 403); Max value from RGB is 242 - color contains mainly: blue. Hex color #3C65F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C65F2 is #C39A0D. Grayscale: #686868. Windows color (decimal): -12818958 or 15885628. OLE color: 15885628.

HSL color Cylindrical-coordinate representation of color #3C65F2: hue angle of 226.48º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C65F2 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 101 242 -
CMYK 0.75 0.58 0 0.05
HSL 226.48º 0.88% 0.59% -
HSV(B) 226.48º 0.75% 0.95% -
XYZ 22.54 16.68 86.04 -
YUV 104.82 205.42 96.04 -
System Red Green Blue C M Y K H S L
Decimal 60 101 242 0.75 0.58 0 0.05 226.48 0.88 0.59
Hex 3C 65 F2 4B 3A 0 5 E2 58 3B
Octal 74 145 362 113 72 0 5 342 130 73
Binary 111100 1100101 11110010 1001011 111010 0 101 11100010 1011000 111011

Color Harmonies of #3C65F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C65F2

Black with #3C65F2

Text Example


Text Example

White with #3C65F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,101,242); }

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

background-color css

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

 a { background-color: rgb(60,101,242); }

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

border-color css

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

 span { border-color: rgb(60,101,242); }

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