Html Css Color HEX #3765FA Royal Blue

📋 copy color: '#3765FA'

red 55 ◦ green 101 ◦ blue 250

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

Shades of Royal Blue #3765FA

Tints of Royal Blue #3765FA

RGB

 RED value IS 55 (21.88% from 255) = 13.55%

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

 BLUE value IS 250 (98.05% from 255) = 61.58%

R = 13.55%
G = 24.88%
B = 61.58%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3765FA (or 0x3765FA) is known color: Royal Blue. HEX triplet: 37, 65 and FA. RGB value is (55,101,250). Sum of RGB (Red+Green+Blue) = 55+101+250=406 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.55% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #3765FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3765FA is #C89A05. Grayscale: #676767. Windows color (decimal): -13146630 or 16409911. OLE color: 16409911.

HSL color Cylindrical-coordinate representation of color #3765FA: hue angle of 225.85º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3765FA is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 101 250 -
CMYK 0.78 0.60 0 0.02
HSL 225.85º 0.95% 0.6% -
HSV(B) 225.85º 0.78% 0.98% -
XYZ 23.48 17.02 92.49 -
YUV 104.23 210.26 92.88 -
System Red Green Blue C M Y K H S L
Decimal 55 101 250 0.78 0.60 0 0.02 225.85 0.95 0.6
Hex 37 65 FA 4E 3C 0 2 E2 5F 3C
Octal 67 145 372 116 74 0 2 342 137 74
Binary 110111 1100101 11111010 1001110 111100 0 10 11100010 1011111 111100

Color Harmonies of #3765FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3765FA

Black with #3765FA

Text Example


Text Example

White with #3765FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3765FA; }

 p { color: rgb(55,101,250); }

 H1.HeaderClassName
 {
   color: #3765FA;
 }
 .AnyTagClassName
 {
   color: #3765FA;
 }
</style>

background-color css

<style>
 a { background-color: #3765FA; }

 a { background-color: rgb(55,101,250); }

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

border-color css

<style>
 span { border-color: #3765FA; }

 span { border-color: rgb(55,101,250); }

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