Html Css Color HEX #3671CC Royal Blue

📋 copy color: '#3671CC'

red 54 ◦ green 113 ◦ blue 204

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

Shades of Royal Blue #3671CC

Tints of Royal Blue #3671CC

RGB

 RED value IS 54 (21.48% from 255) = 14.56%

 GREEN value IS 113 (44.53% from 255) = 30.46%

 BLUE value IS 204 (80.08% from 255) = 54.99%

R = 14.56%
G = 30.46%
B = 54.99%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3671CC (or 0x3671CC) is known color: Royal Blue. HEX triplet: 36, 71 and CC. RGB value is (54,113,204). Sum of RGB (Red+Green+Blue) = 54+113+204=371 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.56% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #3671CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3671CC is #C98E33. Grayscale: #696969. Windows color (decimal): -13209140 or 13398326. OLE color: 13398326.

HSL color Cylindrical-coordinate representation of color #3671CC: hue angle of 216.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3671CC is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 54 113 204 -
CMYK 0.74 0.45 0 0.2
HSL 216.4º 0.6% 0.51% -
HSV(B) 216.4º 0.74% 0.8% -
XYZ 18.33 16.95 59.43 -
YUV 105.73 183.45 91.1 -
System Red Green Blue C M Y K H S L
Decimal 54 113 204 0.74 0.45 0 0.2 216.4 0.6 0.51
Hex 36 71 CC 4A 2D 0 14 D8 3C 33
Octal 66 161 314 112 55 0 24 330 74 63
Binary 110110 1110001 11001100 1001010 101101 0 10100 11011000 111100 110011

Color Harmonies of #3671CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3671CC

Black with #3671CC

Text Example


Text Example

White with #3671CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3671CC; }

 p { color: rgb(54,113,204); }

 H1.HeaderClassName
 {
   color: #3671CC;
 }
 .AnyTagClassName
 {
   color: #3671CC;
 }
</style>

background-color css

<style>
 a { background-color: #3671CC; }

 a { background-color: rgb(54,113,204); }

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

border-color css

<style>
 span { border-color: #3671CC; }

 span { border-color: rgb(54,113,204); }

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