Html Css Color HEX #3A67D2 Royal Blue

📋 copy color: '#3A67D2'

red 58 ◦ green 103 ◦ blue 210

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

Shades of Royal Blue #3A67D2

Tints of Royal Blue #3A67D2

RGB

 RED value IS 58 (23.05% from 255) = 15.63%

 GREEN value IS 103 (40.63% from 255) = 27.76%

 BLUE value IS 210 (82.42% from 255) = 56.6%

R = 15.63%
G = 27.76%
B = 56.6%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3A67D2 (or 0x3A67D2) is known color: Royal Blue. HEX triplet: 3A, 67 and D2. RGB value is (58,103,210). Sum of RGB (Red+Green+Blue) = 58+103+210=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 210 (82.42% from 255 or 56.60% from 371); Max value from RGB is 210 - color contains mainly: blue. Hex color #3A67D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A67D2 is #C5982D. Grayscale: #656565. Windows color (decimal): -12949550 or 13788986. OLE color: 13788986.

HSL color Cylindrical-coordinate representation of color #3A67D2: hue angle of 222.24º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A67D2 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 103 210 -
CMYK 0.72 0.51 0 0.18
HSL 222.24º 0.63% 0.53% -
HSV(B) 222.24º 0.72% 0.82% -
XYZ 18.23 15.25 62.96 -
YUV 101.74 189.09 96.8 -
System Red Green Blue C M Y K H S L
Decimal 58 103 210 0.72 0.51 0 0.18 222.24 0.63 0.53
Hex 3A 67 D2 48 33 0 12 DE 3F 35
Octal 72 147 322 110 63 0 22 336 77 65
Binary 111010 1100111 11010010 1001000 110011 0 10010 11011110 111111 110101

Color Harmonies of #3A67D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A67D2

Black with #3A67D2

Text Example


Text Example

White with #3A67D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A67D2; }

 p { color: rgb(58,103,210); }

 H1.HeaderClassName
 {
   color: #3A67D2;
 }
 .AnyTagClassName
 {
   color: #3A67D2;
 }
</style>

background-color css

<style>
 a { background-color: #3A67D2; }

 a { background-color: rgb(58,103,210); }

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

border-color css

<style>
 span { border-color: #3A67D2; }

 span { border-color: rgb(58,103,210); }

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