Html Css Color HEX #3774CC Royal Blue

📋 copy color: '#3774CC'

red 55 ◦ green 116 ◦ blue 204

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

Shades of Royal Blue #3774CC

Tints of Royal Blue #3774CC

RGB

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

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

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

R = 14.67%
G = 30.93%
B = 54.4%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3774CC (or 0x3774CC) is known color: Royal Blue. HEX triplet: 37, 74 and CC. RGB value is (55,116,204). Sum of RGB (Red+Green+Blue) = 55+116+204=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #3774CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3774CC is #C88B33. Grayscale: #6B6B6B. Windows color (decimal): -13142836 or 13399095. OLE color: 13399095.

HSL color Cylindrical-coordinate representation of color #3774CC: hue angle of 215.44º degrees, saturation: 0.59, 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 #3774CC is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 55 116 204 -
CMYK 0.73 0.43 0 0.2
HSL 215.44º 0.59% 0.51% -
HSV(B) 215.44º 0.73% 0.8% -
XYZ 18.72 17.66 59.55 -
YUV 107.79 182.29 90.34 -
System Red Green Blue C M Y K H S L
Decimal 55 116 204 0.73 0.43 0 0.2 215.44 0.59 0.51
Hex 37 74 CC 49 2B 0 14 D7 3B 33
Octal 67 164 314 111 53 0 24 327 73 63
Binary 110111 1110100 11001100 1001001 101011 0 10100 11010111 111011 110011

Color Harmonies of #3774CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3774CC

Black with #3774CC

Text Example


Text Example

White with #3774CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,116,204); }

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

background-color css

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

 a { background-color: rgb(55,116,204); }

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

border-color css

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

 span { border-color: rgb(55,116,204); }

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