Html Css Color HEX #3869CC Royal Blue

📋 copy color: '#3869CC'

red 56 ◦ green 105 ◦ blue 204

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

Shades of Royal Blue #3869CC

Tints of Royal Blue #3869CC

RGB

 RED value IS 56 (22.27% from 255) = 15.34%

 GREEN value IS 105 (41.41% from 255) = 28.77%

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

R = 15.34%
G = 28.77%
B = 55.89%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3869CC (or 0x3869CC) is known color: Royal Blue. HEX triplet: 38, 69 and CC. RGB value is (56,105,204). Sum of RGB (Red+Green+Blue) = 56+105+204=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #3869CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3869CC is #C79633. Grayscale: #656565. Windows color (decimal): -13080116 or 13396280. OLE color: 13396280.

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

Color convert

RGB 56 105 204 -
CMYK 0.73 0.49 0 0.2
HSL 220.14º 0.59% 0.51% -
HSV(B) 220.14º 0.73% 0.8% -
XYZ 17.58 15.3 59.15 -
YUV 101.64 185.77 95.45 -
System Red Green Blue C M Y K H S L
Decimal 56 105 204 0.73 0.49 0 0.2 220.14 0.59 0.51
Hex 38 69 CC 49 31 0 14 DC 3B 33
Octal 70 151 314 111 61 0 24 334 73 63
Binary 111000 1101001 11001100 1001001 110001 0 10100 11011100 111011 110011

Color Harmonies of #3869CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3869CC

Black with #3869CC

Text Example


Text Example

White with #3869CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,105,204); }

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

background-color css

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

 a { background-color: rgb(56,105,204); }

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

border-color css

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

 span { border-color: rgb(56,105,204); }

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