Html Css Color HEX #3765CD Royal Blue

📋 copy color: '#3765CD'

red 55 ◦ green 101 ◦ blue 205

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

Shades of Royal Blue #3765CD

Tints of Royal Blue #3765CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.79%

R = 15.24%
G = 27.98%
B = 56.79%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3765CD (or 0x3765CD) is known color: Royal Blue. HEX triplet: 37, 65 and CD. RGB value is (55,101,205). Sum of RGB (Red+Green+Blue) = 55+101+205=361 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.24% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #3765CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3765CD is #C89A32. Grayscale: #626262. Windows color (decimal): -13146675 or 13460791. OLE color: 13460791.

HSL color Cylindrical-coordinate representation of color #3765CD: hue angle of 221.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3765CD is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 101 205 -
CMYK 0.73 0.51 0 0.20
HSL 221.6º 0.6% 0.51% -
HSV(B) 221.6º 0.73% 0.8% -
XYZ 17.25 14.53 59.65 -
YUV 99.1 187.76 96.54 -
System Red Green Blue C M Y K H S L
Decimal 55 101 205 0.73 0.51 0 0.20 221.6 0.6 0.51
Hex 37 65 CD 49 33 0 14 DE 3C 33
Octal 67 145 315 111 63 0 24 336 74 63
Binary 110111 1100101 11001101 1001001 110011 0 10100 11011110 111100 110011

Color Harmonies of #3765CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3765CD

Black with #3765CD

Text Example


Text Example

White with #3765CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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