Html Css Color HEX #4374CC Royal Blue

📋 copy color: '#4374CC'

red 67 ◦ green 116 ◦ blue 204

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

Shades of Royal Blue #4374CC

Tints of Royal Blue #4374CC

RGB

 RED value IS 67 (26.56% from 255) = 17.31%

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

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

R = 17.31%
G = 29.97%
B = 52.71%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4374CC (or 0x4374CC) is known color: Royal Blue. HEX triplet: 43, 74 and CC. RGB value is (67,116,204). Sum of RGB (Red+Green+Blue) = 67+116+204=387 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.31% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #4374CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4374CC is #BC8B33. Grayscale: #6E6E6E. Windows color (decimal): -12356404 or 13399107. OLE color: 13399107.

HSL color Cylindrical-coordinate representation of color #4374CC: hue angle of 218.54º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4374CC is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 67 116 204 -
CMYK 0.67 0.43 0 0.2
HSL 218.54º 0.57% 0.53% -
HSV(B) 218.54º 0.67% 0.8% -
XYZ 19.46 18.04 59.58 -
YUV 111.38 180.27 96.34 -
System Red Green Blue C M Y K H S L
Decimal 67 116 204 0.67 0.43 0 0.2 218.54 0.57 0.53
Hex 43 74 CC 43 2B 0 14 DB 39 35
Octal 103 164 314 103 53 0 24 333 71 65
Binary 1000011 1110100 11001100 1000011 101011 0 10100 11011011 111001 110101

Color Harmonies of #4374CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4374CC

Black with #4374CC

Text Example


Text Example

White with #4374CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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