Html Css Color HEX #3B75DB Royal Blue

📋 copy color: '#3B75DB'

red 59 ◦ green 117 ◦ blue 219

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

Shades of Royal Blue #3B75DB

Tints of Royal Blue #3B75DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.62%

 BLUE value IS 219 (85.94% from 255) = 55.44%

R = 14.94%
G = 29.62%
B = 55.44%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3B75DB (or 0x3B75DB) is known color: Royal Blue. HEX triplet: 3B, 75 and DB. RGB value is (59,117,219). Sum of RGB (Red+Green+Blue) = 59+117+219=395 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.94% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B75DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B75DB is #C48A24. Grayscale: #6E6E6E. Windows color (decimal): -12880421 or 14382395. OLE color: 14382395.

HSL color Cylindrical-coordinate representation of color #3B75DB: hue angle of 218.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B75DB is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 117 219 -
CMYK 0.73 0.47 0 0.14
HSL 218.25º 0.69% 0.55% -
HSV(B) 218.25º 0.73% 0.86% -
XYZ 20.95 18.77 69.54 -
YUV 111.29 188.78 90.71 -
System Red Green Blue C M Y K H S L
Decimal 59 117 219 0.73 0.47 0 0.14 218.25 0.69 0.55
Hex 3B 75 DB 49 2F 0 E DA 45 37
Octal 73 165 333 111 57 0 16 332 105 67
Binary 111011 1110101 11011011 1001001 101111 0 1110 11011010 1000101 110111

Color Harmonies of #3B75DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B75DB

Black with #3B75DB

Text Example


Text Example

White with #3B75DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,117,219); }

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

background-color css

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

 a { background-color: rgb(59,117,219); }

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

border-color css

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

 span { border-color: rgb(59,117,219); }

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