Html Css Color HEX #3674CF Royal Blue

📋 copy color: '#3674CF'

red 54 ◦ green 116 ◦ blue 207

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

Shades of Royal Blue #3674CF

Tints of Royal Blue #3674CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.91%

R = 14.32%
G = 30.77%
B = 54.91%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3674CF (or 0x3674CF) is known color: Royal Blue. HEX triplet: 36, 74 and CF. RGB value is (54,116,207). Sum of RGB (Red+Green+Blue) = 54+116+207=377 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.32% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #3674CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3674CF is #C98B30. Grayscale: #6B6B6B. Windows color (decimal): -13208369 or 13595702. OLE color: 13595702.

HSL color Cylindrical-coordinate representation of color #3674CF: hue angle of 215.69º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3674CF is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 116 207 -
CMYK 0.74 0.44 0 0.19
HSL 215.69º 0.61% 0.51% -
HSV(B) 215.69º 0.74% 0.81% -
XYZ 19.03 17.78 61.46 -
YUV 107.84 183.96 89.6 -
System Red Green Blue C M Y K H S L
Decimal 54 116 207 0.74 0.44 0 0.19 215.69 0.61 0.51
Hex 36 74 CF 4A 2C 0 13 D8 3D 33
Octal 66 164 317 112 54 0 23 330 75 63
Binary 110110 1110100 11001111 1001010 101100 0 10011 11011000 111101 110011

Color Harmonies of #3674CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3674CF

Black with #3674CF

Text Example


Text Example

White with #3674CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3674CF; }

 p { color: rgb(54,116,207); }

 H1.HeaderClassName
 {
   color: #3674CF;
 }
 .AnyTagClassName
 {
   color: #3674CF;
 }
</style>

background-color css

<style>
 a { background-color: #3674CF; }

 a { background-color: rgb(54,116,207); }

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

border-color css

<style>
 span { border-color: #3674CF; }

 span { border-color: rgb(54,116,207); }

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