Html Css Color HEX #3A67FF Royal Blue

📋 copy color: '#3A67FF'

red 58 ◦ green 103 ◦ blue 255

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

Shades of Royal Blue #3A67FF

Tints of Royal Blue #3A67FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.3%

R = 13.94%
G = 24.76%
B = 61.3%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3A67FF (or 0x3A67FF) is known color: Royal Blue. HEX triplet: 3A, 67 and FF. RGB value is (58,103,255). Sum of RGB (Red+Green+Blue) = 58+103+255=416 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.94% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #3A67FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A67FF is #C59800. Grayscale: #6A6A6A. Windows color (decimal): -12949505 or 16738106. OLE color: 16738106.

HSL color Cylindrical-coordinate representation of color #3A67FF: hue angle of 226.29º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A67FF is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 58 103 255 -
CMYK 0.77 0.60 0 0
HSL 226.29º 1% 0.61% -
HSV(B) 226.29º 0.77% 1% -
XYZ 24.65 17.82 96.75 -
YUV 106.87 211.59 93.14 -
System Red Green Blue C M Y K H S L
Decimal 58 103 255 0.77 0.60 0 0 226.29 1 0.61
Hex 3A 67 FF 4D 3C 0 0 E2 64 3D
Octal 72 147 377 115 74 0 0 342 144 75
Binary 111010 1100111 11111111 1001101 111100 0 0 11100010 1100100 111101

Color Harmonies of #3A67FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A67FF

Black with #3A67FF

Text Example


Text Example

White with #3A67FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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