Html Css Color HEX #3B74CB Royal Blue

📋 copy color: '#3B74CB'

red 59 ◦ green 116 ◦ blue 203

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

Shades of Royal Blue #3B74CB

Tints of Royal Blue #3B74CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.69%

 BLUE value IS 203 (79.69% from 255) = 53.7%

R = 15.61%
G = 30.69%
B = 53.7%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3B74CB (or 0x3B74CB) is known color: Royal Blue. HEX triplet: 3B, 74 and CB. RGB value is (59,116,203). Sum of RGB (Red+Green+Blue) = 59+116+203=378 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.61% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #3B74CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B74CB is #C48B34. Grayscale: #6C6C6C. Windows color (decimal): -12880693 or 13333563. OLE color: 13333563.

HSL color Cylindrical-coordinate representation of color #3B74CB: hue angle of 216.25º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B74CB is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 59 116 203 -
CMYK 0.71 0.43 0 0.20
HSL 216.25º 0.58% 0.51% -
HSV(B) 216.25º 0.71% 0.8% -
XYZ 18.83 17.73 58.93 -
YUV 108.88 181.12 92.43 -
System Red Green Blue C M Y K H S L
Decimal 59 116 203 0.71 0.43 0 0.20 216.25 0.58 0.51
Hex 3B 74 CB 47 2B 0 14 D8 3A 33
Octal 73 164 313 107 53 0 24 330 72 63
Binary 111011 1110100 11001011 1000111 101011 0 10100 11011000 111010 110011

Color Harmonies of #3B74CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B74CB

Black with #3B74CB

Text Example


Text Example

White with #3B74CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,116,203); }

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

background-color css

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

 a { background-color: rgb(59,116,203); }

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

border-color css

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

 span { border-color: rgb(59,116,203); }

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